aboutsummaryrefslogtreecommitdiff
path: root/print/py-cups
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-08-05 07:08:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-08-05 07:08:11 +0000
commit27f191cabf57ea1099d2e81aa9f0d9351c172554 (patch)
tree846a338fed3f2036c55ef53263435d30b2d8e58c /print/py-cups
parentea427b89054cb95e3a6d0158c27767c659c45615 (diff)
downloadports-27f191cabf57ea1099d2e81aa9f0d9351c172554.tar.gz
ports-27f191cabf57ea1099d2e81aa9f0d9351c172554.zip
- Update to 1.9.62
- Change MASTER_SITES to CHEESESHOP - Pet portlint: remove ABI version number from LIB_DEPENDS - Update WWW Note that tarball on CHEESESHOP differs from that on author's page [1] but the contents are identical. [1] http://cyberelk.net/tim/data/pycups/ Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Notes
Notes: svn path=/head/; revision=302082
Diffstat (limited to 'print/py-cups')
-rw-r--r--print/py-cups/Makefile7
-rw-r--r--print/py-cups/distinfo4
-rw-r--r--print/py-cups/pkg-descr1
3 files changed, 6 insertions, 6 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile
index 176a0e4c8bd4..36a51c25f56e 100644
--- a/print/py-cups/Makefile
+++ b/print/py-cups/Makefile
@@ -6,17 +6,16 @@
#
PORTNAME= cups
-PORTVERSION= 1.9.61
+PORTVERSION= 1.9.62
CATEGORIES= print python
-MASTER_SITES= http://cyberelk.net/tim/data/pycups/ \
- LOCAL/sunpoet
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CUPS bindings for Python
-LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client
+LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client
CFLAGS+= -I${LOCALBASE}/include -DVERSION=\\\"${PORTVERSION}\\\"
LDFLAGS+= -L${LOCALBASE}/lib -liconv
diff --git a/print/py-cups/distinfo b/print/py-cups/distinfo
index 7bbd9eb588a2..2ceb6a802381 100644
--- a/print/py-cups/distinfo
+++ b/print/py-cups/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pycups-1.9.61.tar.bz2) = ce8876353b990919555fbe53a8d7d93cb22a2f97f9979307a97279e4f1057779
-SIZE (pycups-1.9.61.tar.bz2) = 52018
+SHA256 (pycups-1.9.62.tar.bz2) = 72ae9a9c86f0b91ea6301e0d9a3851863fb857d7083962a3e942765cecc2bc01
+SIZE (pycups-1.9.62.tar.bz2) = 52889
diff --git a/print/py-cups/pkg-descr b/print/py-cups/pkg-descr
index 1b76ec48e4ed..37b1c30df1b4 100644
--- a/print/py-cups/pkg-descr
+++ b/print/py-cups/pkg-descr
@@ -1,3 +1,4 @@
CUPS bindings for Python
+WWW: http://pypi.python.org/pypi/pycups
WWW: http://cyberelk.net/tim/software/pycups/