From owner-svn-ports-all@FreeBSD.ORG Wed Dec 26 09:15:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4707A323; Wed, 26 Dec 2012 09:15:46 +0000 (UTC) (envelope-from rm@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 1125D8FC08; Wed, 26 Dec 2012 09:15:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBQ9FjAl036661; Wed, 26 Dec 2012 09:15:45 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBQ9Fji6036659; Wed, 26 Dec 2012 09:15:45 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201212260915.qBQ9Fji6036659@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Wed, 26 Dec 2012 09:15:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309504 - head/graphics/py-exiv2 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: Wed, 26 Dec 2012 09:15:46 -0000 Author: rm Date: Wed Dec 26 09:15:45 2012 New Revision: 309504 URL: http://svnweb.freebsd.org/changeset/ports/309504 Log: - update to 0.3.2 - trim Makefile header - remove shlib versions from LIB_DEPENDS (portlint warning) - limit python version to 2.x only - add tests PR: 174394 Reported by: Markus Golser Approved by: maintainer timeout (2 weeks) Modified: head/graphics/py-exiv2/Makefile head/graphics/py-exiv2/distinfo Modified: head/graphics/py-exiv2/Makefile ============================================================================== --- head/graphics/py-exiv2/Makefile Wed Dec 26 09:13:23 2012 (r309503) +++ head/graphics/py-exiv2/Makefile Wed Dec 26 09:15:45 2012 (r309504) @@ -1,26 +1,20 @@ -# New ports collection makefile for: py-exiv2 -# Date created: 2008-06-01 -# Whom: Denis Barov -# +# Created by: Denis Barov # $FreeBSD$ -# PORTNAME= exiv2 -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= graphics python -MASTER_SITES= http://launchpadlibrarian.net/61465005/ \ - http://www.dindin.ru/download/ +MASTER_SITES= https://launchpadlibrarian.net/83595798/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Python bindings for exiv2 -LIB_DEPENDS= exiv2.12:${PORTSDIR}/graphics/exiv2\ - boost_python.4:${PORTSDIR}/devel/boost-python-libs +LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2\ + boost_python:${PORTSDIR}/devel/boost-python-libs -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_GMAKE= yes USE_BZIP2= yes USE_SCONS= yes @@ -40,4 +34,7 @@ post-install: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ ${PYTHON_SITELIBDIR}/pyexiv2 +regression-test: build + @cd ${WRKSRC} && ${SCONS_BIN} test + .include Modified: head/graphics/py-exiv2/distinfo ============================================================================== --- head/graphics/py-exiv2/distinfo Wed Dec 26 09:13:23 2012 (r309503) +++ head/graphics/py-exiv2/distinfo Wed Dec 26 09:15:45 2012 (r309504) @@ -1,2 +1,2 @@ -SHA256 (pyexiv2-0.3.0.tar.bz2) = e96549feab366de85070aa2f8cedcc4d0017d53b78faea5067c60425c117f9f8 -SIZE (pyexiv2-0.3.0.tar.bz2) = 202714 +SHA256 (pyexiv2-0.3.2.tar.bz2) = 0abc117c6afa71f54266cb91979a5227f60361db1fcfdb68ae9615398d7a2127 +SIZE (pyexiv2-0.3.2.tar.bz2) = 283163