1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 20060318

- Fix build in tinderbox using ${OSVERSION} instead .if exists()

Approved by:	mux
This commit is contained in:
Marcus Alves Grando 2006-06-21 17:11:16 +00:00
parent a17f3d5950
commit c3c934924f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165970
2 changed files with 9 additions and 8 deletions

View File

@ -7,8 +7,7 @@
#
PORTNAME= csup
PORTVERSION= 20060313
PORTREVISION= 1
PORTVERSION= 20060318
CATEGORIES= net devel
MASTER_SITES= http://www.mu.org/~mux/ \
${MASTER_SITE_LOCAL}
@ -23,8 +22,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/csup \
man/man1/csup.1.gz
.if exists(/usr/bin/csup)
IGNORE= is already in the base system
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 700014 || ( ${OSVERSION} >= 601100 && ${OSVERSION} < 700000 )
IGNORE= is already in the base system
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (csup-snap-20060313.tgz) = 834ca94f2ada881add0d7789d9acca85
SHA256 (csup-snap-20060313.tgz) = 17d3ff5eb6b3a9e4baf163ae542d8bde14ed10b767939772d872185fa13f0164
SIZE (csup-snap-20060313.tgz) = 78884
MD5 (csup-snap-20060318.tgz) = 9218f06f13ed28d1086eec413a734915
SHA256 (csup-snap-20060318.tgz) = 81a9695be6cf989de6fb2e4fe53d6efadb003cd842cf6993844a52fc8190a7fc
SIZE (csup-snap-20060318.tgz) = 78968