diff options
author | beech <beech@FreeBSD.org> | 2007-12-14 00:52:11 +0000 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-12-14 00:52:11 +0000 |
commit | dba23dc0c43d46efcf77c6689e15d04ee57610b7 (patch) | |
tree | 6ad51898c4563f540d49a79a4d647ab11e4d8f01 /ftp | |
parent | b4e0a16bbab913c5eb463dda34657f1b59b3e2e4 (diff) | |
download | FreeBSD-ports-dba23dc0c43d46efcf77c6689e15d04ee57610b7.zip FreeBSD-ports-dba23dc0c43d46efcf77c6689e15d04ee57610b7.tar.gz |
- Update to 4.2p2
- Fix build with 5.x
PR: ports/117692
Submitted by: Christian Ludwig <chrissicool@chrissicool.net> (maintainer)
Approved by: linimon (mentor)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftp-proxy/Makefile | 6 | ||||
-rw-r--r-- | ftp/ftp-proxy/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ftp/ftp-proxy/Makefile b/ftp/ftp-proxy/Makefile index d2d4c65..1185676 100644 --- a/ftp/ftp-proxy/Makefile +++ b/ftp/ftp-proxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ftp-proxy -PORTVERSION= 4.2p1 +PORTVERSION= 4.2p2 CATEGORIES= ftp MASTER_SITES= http://www.chrissicool.net/projects/ftp-proxy/distfiles/ @@ -29,8 +29,8 @@ CFLAGS+= -I${PREFIX}/include IGNORE= is a part of base for 7.0 and above .endif -.if ${OSVERSION} < 600105 -BROKEN= does not build on 5.x +.if ${OSVERSION} < 502106 +IGNORE= only for 5.3 and above .endif do-install: diff --git a/ftp/ftp-proxy/distinfo b/ftp/ftp-proxy/distinfo index 6bac2f5..f1d523b 100644 --- a/ftp/ftp-proxy/distinfo +++ b/ftp/ftp-proxy/distinfo @@ -1,3 +1,3 @@ -MD5 (ftp-proxy-4.2p1.tar.gz) = 63de5279071e0b3393c964a54932c058 -SHA256 (ftp-proxy-4.2p1.tar.gz) = 3c78ecacd37b26b7aa690ad405a0c94c615363fcd17f6e9e7c117ccca6bb350f -SIZE (ftp-proxy-4.2p1.tar.gz) = 13114 +MD5 (ftp-proxy-4.2p2.tar.gz) = 081193b7c7d653baca63838fe438cc01 +SHA256 (ftp-proxy-4.2p2.tar.gz) = 75b38c48458ebfdc734a05525fa3c55ccea1199f94ec85cb822e1dc9e260fb59 +SIZE (ftp-proxy-4.2p2.tar.gz) = 13188 |