aboutsummaryrefslogtreecommitdiffstats
path: root/print/py-cups
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-07-29 21:41:24 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-07-29 21:41:24 +0800
commit04ca8fcdc804e7fa59440a9924fdeea5461bcb7a (patch)
tree830bd4a0be91f4587d6cfde0806fd9bf0b129dfa /print/py-cups
parente7533864e7a7574c2d1b20a6b10f81c0561e4621 (diff)
downloadfreebsd-ports-gnome-04ca8fcdc804e7fa59440a9924fdeea5461bcb7a.tar.gz
freebsd-ports-gnome-04ca8fcdc804e7fa59440a9924fdeea5461bcb7a.tar.zst
freebsd-ports-gnome-04ca8fcdc804e7fa59440a9924fdeea5461bcb7a.zip
- Update to 1.9.58
Changes: - MANIFEST.in: New file. - Makefile: Use sdist for creating tarballs. - setup.py: Added more information ready for PyPI. - cupsconnection.c: Applied patch from Gowtham Narisipalli to add adminExportSamba method. - setup.py: Link against libiconv on darwin (trac #15). - cupsppd.c: Fixed feature test for getline() (trac #15). - postscriptdriver.prov: Increase timeout for dynamic driver listing.
Diffstat (limited to 'print/py-cups')
-rw-r--r--print/py-cups/Makefile2
-rw-r--r--print/py-cups/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile
index 5175ef6e6cc8..335bc54ba73b 100644
--- a/print/py-cups/Makefile
+++ b/print/py-cups/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= cups
-PORTVERSION= 1.9.57
+PORTVERSION= 1.9.58
CATEGORIES= print python
MASTER_SITES= http://cyberelk.net/tim/data/pycups/ \
LOCAL/sunpoet
diff --git a/print/py-cups/distinfo b/print/py-cups/distinfo
index b6acc5d4964b..a3132227eaa1 100644
--- a/print/py-cups/distinfo
+++ b/print/py-cups/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pycups-1.9.57.tar.bz2) = 24cc626bb48275238daeb6a12a48e7d1d5b05ea25353ac8df5e6ba6a09a4a38a
-SIZE (pycups-1.9.57.tar.bz2) = 49955
+SHA256 (pycups-1.9.58.tar.bz2) = 4c22415ae365da47a09adafb6285ec1c63c0eafaf3a12cf41aa39efe2eb739f4
+SIZE (pycups-1.9.58.tar.bz2) = 51429
/td> * Fix dbmail's packaging in the mysql case. Bumped version.seanc2004-11-032-4/+5 | | | | Submitted by: kris * dbmail 2.0.0 needs -fPIC set in order to be sodomized by libtool on amd64.seanc2004-10-281-0/+1 | | | | | | Set this universally since it's quite plausible that other 64bit platforms may need this. Don't bump the port version since it wasn't installable on the systems that would need the portversion bump. * Updated distinfo. I updated this but for some reason wasn't included inseanc2004-10-251-2/+2 | | | | | | the commit to dbmail. Correct oversight. Pointed out by: iVyacheslav I. Ivanchenko (ivi -at- dhs.net.ru) * Update dbmail to 2.0.0. This upgrade requires a migration script to be run.seanc2004-10-242-36/+43 | | | | See UPDATING for details. Grab maintainership of this port for the time being. * upgrade to 1.2.9ijliao2004-07-204-42/+9 | | | | Submitted by: forth@zbwei.net