ports/68464: devel/prcs update request

Ian D. Leroux ian_leroux at fastmail.fm
Thu Jul 29 23:10:25 UTC 2004


The following reply was made to PR ports/68464; it has been noted by GNATS.

From: "Ian D. Leroux" <ian_leroux at fastmail.fm>
To: Volker Stolz <vs at freebsd.org>
Cc: freebsd-gnats-submit at freebsd.org
Subject: Re: ports/68464: devel/prcs update request
Date: Thu, 29 Jul 2004 19:07:59 -0400

 Next version:
 I've updated pkg-descr (removed some obsolete information, put in the
 current WWW address).
 
 I've restored the old emacs support sections, but I now use
 bsd.port.pre.mk to ensure that ${LOCALBASE} is defined early enough that
 they work. I've also moved some PLIST_FILES that were only installed for
 emacs support into the conditional.
 
 post-patch target adjusted to account for changes in the source
 distribution's directory structure.
 
 Now have USE_GCC=3.2 as per the CHANGELOG in the source distribution
 
 
 diff -ru /usr/ports/devel/prcs/Makefile prcs/Makefile
 --- /usr/ports/devel/prcs/Makefile	Tue Feb 17 09:10:25 2004
 +++ prcs/Makefile	Thu Jul 29 18:50:55 2004
 @@ -6,8 +6,8 @@
  #
  
  PORTNAME=	prcs
 -PORTVERSION=	1.3.0
 -PORTREVISION=	1
 +PORTVERSION=	1.3.3
 +PORTREVISION=	0
  CATEGORIES=	devel
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -18,14 +18,17 @@
  USE_GMAKE=	yes
  GNU_CONFIGURE=	yes
  USE_REINPLACE=	yes
 -USE_GCC=	2.95
 +USE_GCC=	3.2
  
  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,15 +38,12 @@
  
  post-patch:
  	${REINPLACE_CMD} -Ee 's,#!/usr/local/bin/perl5?,#!${PERL},g' \
 -		${WRKSRC}/contrib/prcs-*
 +		${WRKSRC}/emacs/prcs-*
  
 -pre-configure:
 +pre-configure: 
  .if !exists(${LOCALBASE}/bin/emacs)
  	${REINPLACE_CMD} -Ee "s@^(SUBDIRS = .*) emacs (.*)@\1 \2@" \
  		${WRKSRC}/Makefile.in
  .endif
  
 -post-install:
 -	install-info ${PREFIX}/info/${INFO}.info ${PREFIX}/info/dir
 -
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 Only in /usr/ports/devel/prcs: README.html
 diff -ru /usr/ports/devel/prcs/distinfo prcs/distinfo
 --- /usr/ports/devel/prcs/distinfo	Mon Jun 28 21:44:02 2004
 +++ prcs/distinfo	Wed Jun 30 19:36:47 2004
 @@ -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 -ru /usr/ports/devel/prcs/pkg-descr prcs/pkg-descr
 --- /usr/ports/devel/prcs/pkg-descr	Sun Aug  1 00:54:38 1999
 +++ prcs/pkg-descr	Thu Jul 29 18:03:57 2004
 @@ -3,11 +3,7 @@
  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.



More information about the freebsd-ports-bugs mailing list