Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2008 03:10:12 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125203: [MAINTAINER] devel/cvs2svn: update to 2.1.1
Message-ID:  <200807030310.m633ACSs085482@riderwayinc.com>
Resent-Message-ID: <200807030320.m633K0dk026903@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125203
>Category:       ports
>Synopsis:       [MAINTAINER] devel/cvs2svn: update to 2.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 03 03:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD riderwayinc.com 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Thu Feb 28 21:20:48 UTC 2008
>Description:
- Update to 2.1.1

- Remove duplicate MASTER_SITE
- Remove MASTER_SITES that don't have distfiles
- Remove jkoshy stuff -- It would be good to add a MASTER_SITE_LOCAL back, but I don't have one to use

- Remove DISABLE_SIZE, it seems to work just fine in 2.1.1

- s/file/f/g to silence some portlint garbage

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- cvs2svn-2.1.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cvs2svn/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- Makefile	2 Jul 2008 21:20:27 -0000	1.18
+++ Makefile	3 Jul 2008 03:10:04 -0000
@@ -5,15 +5,9 @@
 # $FreeBSD: ports/devel/cvs2svn/Makefile,v 1.18 2008/07/02 21:20:27 pav Exp $
 
 PORTNAME=	cvs2svn
-PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTVERSION=	2.1.1
 CATEGORIES=	devel
-MASTER_SITES=	http://cvs2svn.tigris.org/files/documents/1462/41596/ \
-		http://cvs2svn.tigris.org/files/documents/1462/39919/ \
-		ftp://ftp.rewt.org.uk/pub/distfiles/ \
-		http://gentoo.nedlinux.nl/distfiles/ \
-		${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	jkoshy
+MASTER_SITES=	http://cvs2svn.tigris.org/files/documents/1462/42521/
 
 MAINTAINER=	pgollucci@p6m7g8.com
 COMMENT=	CVS to Subversion Repository Converter
@@ -21,9 +15,7 @@
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm
 RUN_DEPENDS=	${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
 		${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \
-		${BUILD_DEPENDS}
-
-DISABLE_SIZE=	yes
+		${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm
 
 USE_PYTHON=	2.3+
 USE_PYDISTUTILS=	yes
@@ -36,8 +28,8 @@
 do-extract:
 	@${RM} -rf ${WRKDIR}
 	@${MKDIR} ${WRKDIR}
-	@-for file in ${EXTRACT_ONLY}; do \
-		if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\
+	@-for f in ${EXTRACT_ONLY}; do \
+		if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$f ${EXTRACT_AFTER_ARGS});\
 		then \
 			exit 1; \
 		fi; \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/cvs2svn/distinfo,v
retrieving revision 1.11
diff -u -u -r1.11 distinfo
--- distinfo	16 Mar 2008 23:05:51 -0000	1.11
+++ distinfo	3 Jul 2008 03:10:04 -0000
@@ -1,3 +1,3 @@
-MD5 (cvs2svn-2.1.0.tar.gz) = df6d42c94f99aeedffa8c438dbb7ac3d
-SHA256 (cvs2svn-2.1.0.tar.gz) = b698b8aa138d3d8af07067f47068e9279871f4edbe2864ed056cf8a5a274ed54
-SIZE (cvs2svn-2.1.0.tar.gz) = 389401
+MD5 (cvs2svn-2.1.1.tar.gz) = c1d5d97848658acdc293805b08e12959
+SHA256 (cvs2svn-2.1.1.tar.gz) = bd724fb615a5ac1ea1f7aaa62cafad3404d82b9fd1922a1028b81ad0672f9f10
+SIZE (cvs2svn-2.1.1.tar.gz) = 389645
--- cvs2svn-2.1.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807030310.m633ACSs085482>