svn commit: r334382 - head/print/py-cups

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 20 03:21:42 UTC 2013


Author: sunpoet
Date: Wed Nov 20 03:21:41 2013
New Revision: 334382
URL: http://svnweb.freebsd.org/changeset/ports/334382

Log:
  - Add LICENSE
  - Convert to new LIB_DEPENDS format
  - Support STAGEDIR
  - Update WWW: use https:// instead of http://

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

Modified: head/print/py-cups/Makefile
==============================================================================
--- head/print/py-cups/Makefile	Wed Nov 20 03:21:36 2013	(r334381)
+++ head/print/py-cups/Makefile	Wed Nov 20 03:21:41 2013	(r334382)
@@ -11,19 +11,21 @@ DISTNAME=	py${PORTNAME}-${PORTVERSION}
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	CUPS bindings for Python
 
-LIB_DEPENDS=	cups:${PORTSDIR}/print/cups-client
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_BZIP2=	yes
-USES=		iconv
 USE_PYDISTUTILS=yes
 USE_PYTHON=	-2.7
+USES=		iconv
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/cups.so
 PYDISTUTILS_EGGINFO=	py${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:

Modified: head/print/py-cups/pkg-descr
==============================================================================
--- head/print/py-cups/pkg-descr	Wed Nov 20 03:21:36 2013	(r334381)
+++ head/print/py-cups/pkg-descr	Wed Nov 20 03:21:41 2013	(r334382)
@@ -1,4 +1,4 @@
 CUPS bindings for Python
 
-WWW: http://pypi.python.org/pypi/pycups
+WWW: https://pypi.python.org/pypi/pycups
 WWW: http://cyberelk.net/tim/software/pycups/


More information about the svn-ports-all mailing list