Both bsdiff and portsnap have been added to the base system in
FreeBSD 5-STABLE and 6-STABLE. Add conditional IGNORE lines to reflect this. PR: ports/88879 (portsnap) Reminded by: delphij Approved by: linimon
This commit is contained in:
parent
7950fb5b4a
commit
77683c01d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148083
3 changed files with 15 additions and 1 deletions
|
@ -16,4 +16,10 @@ COMMENT= Generates and applies patches to binary files
|
|||
MAN1= bsdiff.1 bspatch.1
|
||||
PLIST_FILES= bin/bsdiff bin/bspatch
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 )
|
||||
IGNORE= bsdiff now contained in the base system
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -21,6 +21,10 @@ RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff
|
|||
RUN_DEPENDS+= sha256:${PORTSDIR}/sysutils/freebsd-sha256
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 )
|
||||
IGNORE= portsnap now contained in the base system
|
||||
.endif
|
||||
|
||||
MAN5= portsnap.conf.5
|
||||
MAN8= portsnap.8
|
||||
PLIST_FILES= etc/portsnap.conf.sample sbin/portsnap \
|
||||
|
|
|
@ -21,6 +21,10 @@ RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff
|
|||
RUN_DEPENDS+= sha256:${PORTSDIR}/sysutils/freebsd-sha256
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 )
|
||||
IGNORE= portsnap now contained in the base system
|
||||
.endif
|
||||
|
||||
MAN5= portsnap.conf.5
|
||||
MAN8= portsnap.8
|
||||
PLIST_FILES= etc/portsnap.conf.sample sbin/portsnap \
|
||||
|
|
Loading…
Reference in a new issue