diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-06 16:57:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-06 16:57:11 +0000 |
commit | 5df9caea7b28d43cc647656602b67c82e8a3d67c (patch) | |
tree | 735b21e63ac1c1a562cfc69e6a06d4b03449e07b /devel/cvsps | |
parent | 68106647af9630975f4f425d5a9f8540c1ffb9a4 (diff) |
upgrade to 1.3.3
PR: 44966
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=69599
Diffstat (limited to 'devel/cvsps')
-rw-r--r-- | devel/cvsps/Makefile | 8 | ||||
-rw-r--r-- | devel/cvsps/distinfo | 2 | ||||
-rw-r--r-- | devel/cvsps/pkg-comment | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile index 7a3492ea6abd..10695dd6f7c5 100644 --- a/devel/cvsps/Makefile +++ b/devel/cvsps/Makefile @@ -7,7 +7,8 @@ # PORTNAME= cvsps -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 +PORTCOMMENT= CVS patchsets CATEGORIES= devel MASTER_SITES= http://www.cobite.com/cvsps/ @@ -16,7 +17,10 @@ MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes ALL_TARGET= cvsps -MANCOMPRESSED= no MAN1= cvsps.1 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1 + .include <bsd.port.mk> diff --git a/devel/cvsps/distinfo b/devel/cvsps/distinfo index 02fe15d81ff4..41d2ab5e5654 100644 --- a/devel/cvsps/distinfo +++ b/devel/cvsps/distinfo @@ -1 +1 @@ -MD5 (cvsps-1.3.2.tar.gz) = f147ddcd854b2d8a9351e7846cf87b26 +MD5 (cvsps-1.3.3.tar.gz) = 06996d83366794d295745092225946b7 diff --git a/devel/cvsps/pkg-comment b/devel/cvsps/pkg-comment deleted file mode 100644 index 6ddad4e9a7b7..000000000000 --- a/devel/cvsps/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -CVS patchsets |