Date: Wed, 20 Nov 2013 03:21:41 +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: r334382 - head/print/py-cups Message-ID: <201311200321.rAK3LfhI005257@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311200321.rAK3LfhI005257>