diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-15 21:10:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-15 21:10:33 +0800 |
commit | 377f5d988f4c8a45643239c6541616318279e94c (patch) | |
tree | 26259ab4c79e86061de30780b989469bb619efeb /print | |
parent | 5b6c2b54e4406bacca83caaa8cdf8829b59bd36c (diff) | |
download | freebsd-ports-gnome-377f5d988f4c8a45643239c6541616318279e94c.tar.gz freebsd-ports-gnome-377f5d988f4c8a45643239c6541616318279e94c.tar.zst freebsd-ports-gnome-377f5d988f4c8a45643239c6541616318279e94c.zip |
- Update to 1.9.60
Changes:
- New constants from 1.5:
- IPP_AUTHENTICATION_CANCELED
- IPP_PKI_ERROR
- HTTP_NOT_IMPLEMENTED
- HTTP_BAD_GATEWAY
- HTTP_SERVICE_UNAVAILABLE
- HTTP_GATEWAY_TIMEOUT
- HTTP_NOT_SUPPORTED
- HTTP_AUTHORIZATION_CANCELED
- HTTP_PKI_ERROR
Diffstat (limited to 'print')
-rw-r--r-- | print/py-cups/Makefile | 3 | ||||
-rw-r--r-- | print/py-cups/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 3ca845141e7e..d3d0b0ab1477 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -3,11 +3,10 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/print/py-cups/Makefile,v 1.3 2009/12/29 16:01:46 ahze Exp $ # PORTNAME= cups -PORTVERSION= 1.9.59 +PORTVERSION= 1.9.60 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 a12ee70f1e8a..a96eeb2e9218 100644 --- a/print/py-cups/distinfo +++ b/print/py-cups/distinfo @@ -1,2 +1,2 @@ -SHA256 (pycups-1.9.59.tar.bz2) = 333520741cb2b1df6dcd32dcfea63ca6afdfd79188c4ec1a433272d84268927f -SIZE (pycups-1.9.59.tar.bz2) = 51551 +SHA256 (pycups-1.9.60.tar.bz2) = 799ca29f63ec17e9915de2877a7061ebff2a6a0a9957a8a70d1c88f3c1e1f563 +SIZE (pycups-1.9.60.tar.bz2) = 51731 |