From owner-freebsd-ports Sun Nov 10 17:42:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9862737B401 for ; Sun, 10 Nov 2002 17:42:28 -0800 (PST) Received: from chkno.com (12-212-54-251.client.attbi.com [12.212.54.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0064943E42 for ; Sun, 10 Nov 2002 17:42:28 -0800 (PST) (envelope-from chkno@chkno.com) Received: from chkno.com (localhost [127.0.0.1]) by chkno.com (8.12.6/8.12.6) with ESMTP id gAB1fxap044883; Sun, 10 Nov 2002 17:42:07 -0800 (PST) (envelope-from chkno@chkno.com) Received: (from chkno@localhost) by chkno.com (8.12.6/8.12.6/Submit) id gAB1fx6C044882; Sun, 10 Nov 2002 17:41:59 -0800 (PST) From: chkno Date: Sun, 10 Nov 2002 17:41:59 -0800 To: ports@FreeBSD.org Cc: chkno@chkno.net Subject: archivers/parchive 1.0 -> 1.1 port patch Message-ID: <3DCF0AE7.nailYME11KNO6@chkno.com> User-Agent: nail 10.1 10/14/02 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="2RJZ4X8RHD-=-UL8TV141UX-CUT-HERE-5RV8A9Z30L-=-3B7QSNB29G" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 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 --2RJZ4X8RHD-=-UL8TV141UX-CUT-HERE-5RV8A9Z30L-=-3B7QSNB29G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message