summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2012-04-04 13:47:02 +0000
committerWen Heping <wen@FreeBSD.org>2012-04-04 13:47:02 +0000
commit189bfb7ec7fcb6e2a36ec4310b78efd8340f46cb (patch)
treee55c97736a568dcdf9e7e3e73f8b3c2da1999130
parent7c8b576a8e173f20e5abaa1d181e8187c89ab60a (diff)
downloadfreebsd-ports-189bfb7ec7fcb6e2a36ec4310b78efd8340f46cb.zip
- 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 PR: ports/166528 Submitted by: rm@ Feature safe: yes
-rw-r--r--devel/py-pymarc/Makefile8
-rw-r--r--devel/py-pymarc/distinfo4
-rw-r--r--devel/py-pymarc/pkg-descr5
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/py-pymarc/Makefile b/devel/py-pymarc/Makefile
index 1635357643e3..872e931bde4c 100644
--- a/devel/py-pymarc/Makefile
+++ b/devel/py-pymarc/Makefile
@@ -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 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Read Write And Modify MARC Bibliographic Data
-USE_PYTHON= yes
+LICENSE= BSD
+
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>
diff --git a/devel/py-pymarc/distinfo b/devel/py-pymarc/distinfo
index 1dba89dec11f..39eafd3eee2a 100644
--- a/devel/py-pymarc/distinfo
+++ b/devel/py-pymarc/distinfo
@@ -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
diff --git a/devel/py-pymarc/pkg-descr b/devel/py-pymarc/pkg-descr
index 485e8a982457..54b17b45d308 100644
--- a/devel/py-pymarc/pkg-descr
+++ b/devel/py-pymarc/pkg-descr
@@ -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