From owner-svn-ports-all@FreeBSD.ORG Sat Sep 7 21:30:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A4A73F24; Sat, 7 Sep 2013 21:30:12 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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 928582632; Sat, 7 Sep 2013 21:30:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LUCHL097743; Sat, 7 Sep 2013 21:30:12 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LUCl6097742; Sat, 7 Sep 2013 21:30:12 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309072130.r87LUCl6097742@svn.freebsd.org> From: Boris Samorodov Date: Sat, 7 Sep 2013 21:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326690 - head/converters/py-iconv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 21:30:12 -0000 Author: bsam Date: Sat Sep 7 21:30:12 2013 New Revision: 326690 URL: http://svnweb.freebsd.org/changeset/ports/326690 Log: . remove unneded ; . trim headers; . remove an article form COMMENT. Modified: head/converters/py-iconv/Makefile Modified: head/converters/py-iconv/Makefile ============================================================================== --- head/converters/py-iconv/Makefile Sat Sep 7 21:29:50 2013 (r326689) +++ head/converters/py-iconv/Makefile Sat Sep 7 21:30:12 2013 (r326690) @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-iconv -# Date created: 11 September 2001 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= iconv @@ -14,15 +11,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org -COMMENT= An iconv wrapper with Unicode codec for Python +COMMENT= Iconv wrapper with Unicode codec for Python USES= iconv USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} -.include - .if empty(ICONV_LIB) SETUPINFO= ,library_dirs=["${LOCALBASE}/lib"],\ include_dirs=["${LOCALBASE}/include"] @@ -35,4 +30,4 @@ post-patch: cd ${WRKSRC} && ${SED} 's!^\(.*ext_mod.*\)\()]\)$$!\1${SETUPINFO}\2!g'\ setup.py > setup.py.tmp && ${CAT} setup.py.tmp > setup.py -.include +.include