diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-10-11 22:10:58 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-10-11 22:10:58 +0000 |
commit | 975af646f278430e563b72219a2c3055b211eb1a (patch) | |
tree | ff89ebe0c1c0bc6a00442bc7f2486e61139fe6ef /net/cvsup | |
parent | Register missing dependency on compat4x on 5.x and above (diff) |
Catching up with lib bumping, consume libm.so.3 on AMD64.
Approved by: portmgr(marcus)
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 1 | ||||
-rw-r--r-- | net/cvsup/distinfo | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 73f02578dfd5..fa7641ae8d43 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -32,6 +32,7 @@ BROKEN= Not supported on versions earlier than 4.1-RELEASE .if ${ARCH} == "alpha" TARGET= FBSD_ALPHA .elif ${ARCH} == "amd64" +PORTREVISION= 1 MASTER_SITE_SUBDIR= obrien MASTER_SITES= ${MASTER_SITE_LOCAL} DISTNAME= cvsup-without-gui.amd64 diff --git a/net/cvsup/distinfo b/net/cvsup/distinfo index 80413cf6f865..2c107c76b086 100644 --- a/net/cvsup/distinfo +++ b/net/cvsup/distinfo @@ -1,4 +1,4 @@ MD5 (cvsup-snap-16.1h.tar.gz) = b100ace98a41aa9f3d3e75b0d3c245b0 SIZE (cvsup-snap-16.1h.tar.gz) = 430951 -MD5 (cvsup-without-gui.amd64.tar.bz2) = 57cd553c53780d273019b754dd8350c6 -SIZE (cvsup-without-gui.amd64.tar.bz2) = 335817 +MD5 (cvsup-without-gui.amd64.tar.bz2) = 5e83e6b68696058ebcc4e8666e8442a9 +SIZE (cvsup-without-gui.amd64.tar.bz2) = 335735 |