Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2012 07:08:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302082 - head/print/py-cups
Message-ID:  <201208050708.q7578BH0049935@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug  5 07:08:11 2012
New Revision: 302082
URL: http://svn.freebsd.org/changeset/ports/302082

Log:
  - 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

Modified:
  head/print/py-cups/Makefile   (contents, props changed)
  head/print/py-cups/distinfo   (contents, props changed)
  head/print/py-cups/pkg-descr   (contents, props changed)

Modified: head/print/py-cups/Makefile
==============================================================================
--- head/print/py-cups/Makefile	Sun Aug  5 07:05:37 2012	(r302081)
+++ head/print/py-cups/Makefile	Sun Aug  5 07:08:11 2012	(r302082)
@@ -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

Modified: head/print/py-cups/distinfo
==============================================================================
--- head/print/py-cups/distinfo	Sun Aug  5 07:05:37 2012	(r302081)
+++ head/print/py-cups/distinfo	Sun Aug  5 07:08:11 2012	(r302082)
@@ -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

Modified: head/print/py-cups/pkg-descr
==============================================================================
--- head/print/py-cups/pkg-descr	Sun Aug  5 07:05:37 2012	(r302081)
+++ head/print/py-cups/pkg-descr	Sun Aug  5 07:08:11 2012	(r302082)
@@ -1,3 +1,4 @@
 CUPS bindings for Python
 
+WWW: http://pypi.python.org/pypi/pycups
 WWW: http://cyberelk.net/tim/software/pycups/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208050708.q7578BH0049935>