From owner-svn-ports-head@FreeBSD.ORG Wed Nov 20 03:21:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 622BD9CA; Wed, 20 Nov 2013 03:21:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5285E2750; Wed, 20 Nov 2013 03:21:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAK3Lglu005259; Wed, 20 Nov 2013 03:21:42 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAK3LfhI005257; Wed, 20 Nov 2013 03:21:41 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311200321.rAK3LfhI005257@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Nov 2013 03:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334382 - head/print/py-cups X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 03:21:42 -0000 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 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/