From owner-svn-ports-head@FreeBSD.ORG Sat Mar 23 09:20:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 05395924; Sat, 23 Mar 2013 09:20:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D3588C38; Sat, 23 Mar 2013 09:20:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2N9KP7Z066012; Sat, 23 Mar 2013 09:20:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2N9KPxD066010; Sat, 23 Mar 2013 09:20:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201303230920.r2N9KPxD066010@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Mar 2013 09:20:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315019 - 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.14 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: Sat, 23 Mar 2013 09:20:26 -0000 Author: sunpoet Date: Sat Mar 23 09:20:25 2013 New Revision: 315019 URL: http://svnweb.freebsd.org/changeset/ports/315019 Log: - Update to 1.9.63 - Remove unnecessary -liconv from LDFLAGS - Cleanup Makefile header - Cosmetic change 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 head/print/py-cups/distinfo (contents, props changed) Modified: head/print/py-cups/Makefile ============================================================================== --- head/print/py-cups/Makefile Sat Mar 23 09:19:26 2013 (r315018) +++ head/print/py-cups/Makefile Sat Mar 23 09:20:25 2013 (r315019) @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-cups -# Date created: 2008-03-20 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= cups -PORTVERSION= 1.9.62 +PORTVERSION= 1.9.63 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,19 +13,21 @@ COMMENT= CUPS bindings for Python LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client -CFLAGS+= -I${LOCALBASE}/include -DVERSION=\\\"${PORTVERSION}\\\" -LDFLAGS+= -L${LOCALBASE}/lib -liconv +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_BZIP2= yes USE_ICONV= yes USE_PYDISTUTILS= yes USE_PYTHON= -2.7 PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so -PYDISTUTILS_EGGINFO=py${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info +PYDISTUTILS_EGGINFO= py${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info + +post-patch: + @${REINPLACE_CMD} -e 's|^\(VERSION=\).*$$|\1${PORTVERSION}|' ${WRKSRC}/Makefile pre-configure: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/cupsconnection.c + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/cupsconnection.c @${REINPLACE_CMD} -e 's|#ifdef __SVR4|#ifdef __FreeBSD__|' ${WRKSRC}/cupsppd.c .include Modified: head/print/py-cups/distinfo ============================================================================== --- head/print/py-cups/distinfo Sat Mar 23 09:19:26 2013 (r315018) +++ head/print/py-cups/distinfo Sat Mar 23 09:20:25 2013 (r315019) @@ -1,2 +1,2 @@ -SHA256 (pycups-1.9.62.tar.bz2) = 72ae9a9c86f0b91ea6301e0d9a3851863fb857d7083962a3e942765cecc2bc01 -SIZE (pycups-1.9.62.tar.bz2) = 52889 +SHA256 (pycups-1.9.63.tar.bz2) = 82fa731a34afe30206bd2a8f4b2ee6a317d8da62a73aa1a2e837b9a217acf797 +SIZE (pycups-1.9.63.tar.bz2) = 53004