Index: head/net/cvsup/Makefile =================================================================== --- head/net/cvsup/Makefile (revision 10304) +++ head/net/cvsup/Makefile (revision 10305) @@ -1,29 +1,32 @@ # New ports collection makefile for: cvsup -# Version required: 15.2 +# Version required: 15.3 # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.21 1997/09/28 21:33:41 jdp Exp $ +# $Id: Makefile,v 1.22 1998/02/11 18:03:22 jdp Exp $ # -DISTNAME= cvsup-15.2 +DISTNAME= cvsup-15.3 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ MAINTAINER= jdp@FreeBSD.org BUILD_DEPENDS= m3build-5:${PORTSDIR}/lang/modula-3 LIB_DEPENDS= m3\\.5\\.:${PORTSDIR}/lang/modula-3-lib + +MAN1= cvsup.1 +MAN8= cvsupd.8 # To build the client without GUI support: #MAKE_ENV= M3FLAGS=-DNOGUI # To link the programs statically: #MAKE_ENV= M3FLAGS=-DSTATIC # To link just the Modula-3 libraries statically: #MAKE_ENV= M3FLAGS=-DM3STATIC # If you combine these, use double quotes: #MAKE_ENV= M3FLAGS="-DNOGUI -DSTATIC" .include Property changes on: head/net/cvsup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/net/cvsup/distinfo =================================================================== --- head/net/cvsup/distinfo (revision 10304) +++ head/net/cvsup/distinfo (revision 10305) @@ -1 +1 @@ -MD5 (cvsup-15.2.tar.gz) = c6db5e798f8136a646947d4beefe6e35 +MD5 (cvsup-15.3.tar.gz) = 04438ae30094b8a81f2a3b0c48511b8f Property changes on: head/net/cvsup/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/cvsup/pkg-plist =================================================================== --- head/net/cvsup/pkg-plist (revision 10304) +++ head/net/cvsup/pkg-plist (revision 10305) @@ -1,6 +1,4 @@ bin/cvsup -bin/supconv man/man1/cvsup.1.gz -man/man1/supconv.1.gz man/man8/cvsupd.8.gz sbin/cvsupd Property changes on: head/net/cvsup/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/cvsup/scripts/configure =================================================================== --- head/net/cvsup/scripts/configure (revision 10304) +++ head/net/cvsup/scripts/configure (revision 10305) @@ -1,17 +1,18 @@ #! /bin/sh # -# $Id$ +# $Id: configure,v 1.1 1996/12/14 20:13:27 jdp Exp $ cd ${WRKSRC} files_to_patch="\ + Makefile \ client/src/cvsup.1 \ server/src/cvsupd.8 \ suplib/src/SupMisc.i3 \ suplib/src/m3makefile" for i in ${files_to_patch}; do rm -f ${i}.new - sed -e "s|/usr/local/|${PREFIX}/|g" ${i} >${i}.new || exit 1 + sed -e "s|/usr/local|${PREFIX}|g" ${i} >${i}.new || exit 1 mv -f ${i}.new ${i} || exit 1 done Property changes on: head/net/cvsup/scripts/configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property