- Update to 1.9.54
Changes: - cupsconnection.c (Connection_begin_allow_threads): Avoid 'unused variable' warning. - psdriver.attr, postscriptdriver.prov: RPM hooks for tagging packages with Device IDs of models supported by drivers. - Makefile: Install RPM hooks if rpm is available. - cupsconnection.c (Connection_deletePrinterFromClass): More defensive coding (bug #673468).
This commit is contained in:
parent
18019f3f37
commit
b2f0f60b79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269659
2 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,10 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/print/py-cups/Makefile,v 1.3 2009/12/29 16:01:46 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= cups
|
||||
PORTVERSION= 1.9.53
|
||||
PORTVERSION= 1.9.54
|
||||
CATEGORIES= print python
|
||||
MASTER_SITES= http://cyberelk.net/tim/data/pycups/ \
|
||||
LOCAL/sunpoet
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pycups-1.9.53.tar.bz2) = 6fa0aacfdc5216b64be37d47dae7dfef0cd9de3d56064d11d00ad97f0d503b75
|
||||
SIZE (pycups-1.9.53.tar.bz2) = 47178
|
||||
SHA256 (pycups-1.9.54.tar.bz2) = 4d10c412bea42226ad1245d4e43f03af8f9c10f0ee3090e8df7a9ecced9c8c39
|
||||
SIZE (pycups-1.9.54.tar.bz2) = 49547
|
||||
|
|
Loading…
Reference in a new issue