diff options
author | lth <lth@FreeBSD.org> | 2005-06-01 22:20:54 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-06-01 22:20:54 +0800 |
commit | 80858e0a1d1fb987ac38cffac046ab9d1195f091 (patch) | |
tree | 5ab8be5f89c57a96e3ee8831c91bae842c9053e3 /devel/p4web/Makefile | |
parent | 7c75466c9fbaef1e331976881bca18a9bff7e2b8 (diff) | |
download | freebsd-ports-gnome-80858e0a1d1fb987ac38cffac046ab9d1195f091.tar.gz freebsd-ports-gnome-80858e0a1d1fb987ac38cffac046ab9d1195f091.tar.zst freebsd-ports-gnome-80858e0a1d1fb987ac38cffac046ab9d1195f091.zip |
Update to 2005.1
PR: ports/81763
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
Diffstat (limited to 'devel/p4web/Makefile')
-rw-r--r-- | devel/p4web/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index 460cf818e8dd..95c6ed5e546b 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/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} |