Date: Sun, 10 Nov 2002 17:41:59 -0800 From: chkno <chkno@chkno.com> To: ports@FreeBSD.org Cc: chkno@chkno.net Subject: archivers/parchive 1.0 -> 1.1 port patch Message-ID: <3DCF0AE7.nailYME11KNO6@chkno.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --2RJZ4X8RHD-=-UL8TV141UX-CUT-HERE-5RV8A9Z30L-=-3B7QSNB29G Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Parchive 1.1 is out, & includes important bugfixes. Here's a patch for the port skeleton. --2RJZ4X8RHD-=-UL8TV141UX-CUT-HERE-5RV8A9Z30L-=-3B7QSNB29G Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="parchive-port-1.0-1.1.diff" diff -ru parchive-old/Makefile parchive/Makefile --- parchive-old/Makefile Sun Nov 10 08:44:58 2002 +++ parchive/Makefile Sun Nov 10 17:22:52 2002 @@ -6,7 +6,7 @@ # PORTNAME= parchive -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,6 +15,6 @@ MAINTAINER= ports@FreeBSD.org MAKEFILE= ${FILESDIR}/Makefile -WRKSRC= ${WRKDIR}/par-cmdline-${PORTVERSION} +WRKSRC= ${WRKDIR}/par-cmdline .include <bsd.port.mk> diff -ru parchive-old/distinfo parchive/distinfo --- parchive-old/distinfo Tue Nov 27 08:43:10 2001 +++ parchive/distinfo Sun Nov 10 17:14:35 2002 @@ -1 +1 @@ -MD5 (par-v1.0.tar.gz) = ea85549fbca753daed573b6cddab4931 +MD5 (par-v1.1.tar.gz) = 6653f9aaa90afdce2070e0beab2ce4fb diff -ru parchive-old/files/Makefile parchive/files/Makefile --- parchive-old/files/Makefile Wed Nov 28 05:35:29 2001 +++ parchive/files/Makefile Sun Nov 10 17:26:20 2002 @@ -3,7 +3,7 @@ PREFIX?=/usr/local BINDIR= ${PREFIX}/bin PROG= parchive -SRCS= checkpar.c fileops.c main.c makepar.c md5.c readoldpar.c rs.c rwpar.c +SRCS= backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o readoldpar.o interface.o ui_text.o NOMAN= yes .include <bsd.prog.mk> --2RJZ4X8RHD-=-UL8TV141UX-CUT-HERE-5RV8A9Z30L-=-3B7QSNB29G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DCF0AE7.nailYME11KNO6>