diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-06-01 14:20:54 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-06-01 14:20:54 +0000 |
commit | e84b5e29d98eda944247f368dacb756842fcaa46 (patch) | |
tree | 5dd403e164d712a545ae06dab0fc264d7fa7c76f /devel/p4ftpd/Makefile | |
parent | Upgrade to 0.9.0.003. (diff) |
Update to 2005.1
PR: ports/81763
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
Notes
Notes:
svn path=/head/; revision=136602
Diffstat (limited to 'devel/p4ftpd/Makefile')
-rw-r--r-- | devel/p4ftpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index 460cf818e8dd..95c6ed5e546b 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/Makefile @@ -27,12 +27,11 @@ ARCH?= i386 .if (${ARCH} == i386) || (${ARCH} == amd64) DIST_SUBDIR= perforce/${VERSION}/i386 -VERSION= 04.2 -REVISION= 13 +VERSION= 05.1 PLATFORM= freebsd4 BIN_FILES= p4 SBIN_FILES= p4d p4ftpd p4p p4web -REL_NOTES= http://www.perforce.com/perforce/doc.042/user/relnotes.txt +REL_NOTES= http://www.perforce.com/perforce/doc.051/user/relnotes.txt MD5_FILE= ${MASTERDIR}/distinfo.i386 .elif ${ARCH} == alpha DIST_SUBDIR= perforce/${VERSION}/${ARCH} |