diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-30 12:38:42 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-30 12:38:42 +0000 |
commit | 3c2958a62b5d4a0b838919dcab2727c20d4ab7e2 (patch) | |
tree | b62b2169203c1471feec1d5e5930b03452bc1e74 /devel/prcs | |
parent | 0363921b245b22b3ac38bbe3c7c75dc443bf53ce (diff) | |
download | ports-3c2958a62b5d4a0b838919dcab2727c20d4ab7e2.tar.gz ports-3c2958a62b5d4a0b838919dcab2727c20d4ab7e2.zip |
Notes
Diffstat (limited to 'devel/prcs')
-rw-r--r-- | devel/prcs/Makefile | 19 | ||||
-rw-r--r-- | devel/prcs/distinfo | 4 | ||||
-rw-r--r-- | devel/prcs/pkg-descr | 6 |
3 files changed, 12 insertions, 17 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 41dede2e7578..1e3b8bfce394 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -6,8 +6,7 @@ # PORTNAME= prcs -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.3.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,14 +17,17 @@ COMMENT= The Project Revision Control System USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_GCC= 2.95 +USE_GCC= 3.3 MAN1= prcs.1 INFO= prcs -PLIST_FILES= bin/prcs bin/prcs-callback bin/prcs-ediff bin/prcs-emerge +PLIST_FILES= bin/prcs + +.include <bsd.port.pre.mk> .if exists(${LOCALBASE}/bin/emacs) -PLIST_FILES+= share/emacs/site-lisp/prcs.el \ +PLIST_FILES+= bin/prcs-callback bin/prcs-ediff bin/prcs-emerge \ + share/emacs/site-lisp/prcs.el \ share/emacs/site-lisp/prcs.elc \ share/emacs/site-lisp/prcs-ediff.el \ share/emacs/site-lisp/prcs-ediff.elc \ @@ -35,7 +37,7 @@ PLIST_FILES+= share/emacs/site-lisp/prcs.el \ post-patch: ${REINPLACE_CMD} -Ee 's,#!/usr/local/bin/perl5?,#!${PERL},g' \ - ${WRKSRC}/contrib/prcs-* + ${WRKSRC}/emacs/prcs-* pre-configure: .if !exists(${LOCALBASE}/bin/emacs) @@ -43,7 +45,4 @@ pre-configure: ${WRKSRC}/Makefile.in .endif -post-install: - install-info ${PREFIX}/info/${INFO}.info ${PREFIX}/info/dir - -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/prcs/distinfo b/devel/prcs/distinfo index 922271431632..dcd6f7970df7 100644 --- a/devel/prcs/distinfo +++ b/devel/prcs/distinfo @@ -1,2 +1,2 @@ -MD5 (prcs-1.3.0.tar.gz) = 1b81acce7da7121bf9095d610ff67366 -SIZE (prcs-1.3.0.tar.gz) = 829632 +MD5 (prcs-1.3.3.tar.gz) = 057a0e243828104d0e672ec1cbf3fea0 +SIZE (prcs-1.3.3.tar.gz) = 907482 diff --git a/devel/prcs/pkg-descr b/devel/prcs/pkg-descr index 8bcab52928ea..644b6e24735f 100644 --- a/devel/prcs/pkg-descr +++ b/devel/prcs/pkg-descr @@ -3,11 +3,7 @@ PRCS's purpose is similar to that of SCCS, RCS, and CVS, but (according to its authors, at least), it is much simpler than any of those systems. -The current release, version 1.0, and future releases of PRCS can be -found at ftp://XCF.Berkeley.EDU/pub/prcs. HTML documentation and -recent developments are available online at - -WWW: http://www.XCF.Berkeley.EDU/~jmacd/prcs.html +WWW: http://prcs.sourceforge.net PRCS is released under the GNU public license, see the file COPYING for details. |