Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2012 20:12:34 GMT
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166528: devel/py-pymarc: update to 2.8.4
Message-ID:  <201203302012.q2UKCYGD014434@red.freebsd.org>
Resent-Message-ID: <201203302020.q2UKKBEc033973@freefall.freebsd.org>

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

>Number:         166528
>Category:       ports
>Synopsis:       devel/py-pymarc: update to 2.8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 30 20:20:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT amd64
>Description:
- update to 2.8.4
- bump PORTEPOCH
- add LICENSE (BSD)
- strict python versions to 2.x (doesn't work with 3.x yet)
- move pkg-plist to PLIST_FILES
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

? pymarc-2.8.4.diff.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/py-pymarc/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	25 Nov 2010 08:17:09 -0000	1.12
+++ Makefile	30 Mar 2012 20:08:58 -0000
@@ -6,7 +6,8 @@
 #
 
 PORTNAME=	pymarc
-PORTVERSION=	2.71
+PORTVERSION=	2.8.4
+PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,10 @@
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Read Write And Modify MARC Bibliographic Data
 
-USE_PYTHON=	yes
+LICENSE=	BSD
+
+USE_PYTHON=	-2.7
 USE_PYDISTUTILS=	easy_install
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/py-pymarc/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	25 Nov 2010 08:17:09 -0000	1.12
+++ distinfo	30 Mar 2012 20:08:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (pymarc-2.71.tar.gz) = 789ca0fce3668bc63916e364a089570209bd427621f1cba505c6247b0a9511e4
-SIZE (pymarc-2.71.tar.gz) = 199513
+SHA256 (pymarc-2.8.4.tar.gz) = 8252601005803361f50b50f12d9618f1faacefc45a6bedfa81aa4e28d53f45f5
+SIZE (pymarc-2.8.4.tar.gz) = 200214
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/devel/py-pymarc/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	18 Jul 2008 12:41:46 -0000	1.1
+++ pkg-descr	30 Mar 2012 20:08:58 -0000
@@ -1,4 +1,3 @@
-pymarc is a python library for working with
-MARC21 bibliographic data.
+pymarc is a python library for working with MARC21 bibliographic data.
 
-WWW:  http://pypi.python.org/pypi/pymarc
+WWW:	http://pypi.python.org/pypi/pymarc
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	18 Jul 2008 12:41:46 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%


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



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