Date: Wed, 24 Apr 2013 21:09:05 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316480 - head/databases/py-swiftclient Message-ID: <201304242109.r3OL959x028567@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trociny (src committer) Date: Wed Apr 24 21:09:04 2013 New Revision: 316480 URL: http://svnweb.freebsd.org/changeset/ports/316480 Log: Update to 1.4.0. Approved by: bdrewery Modified: head/databases/py-swiftclient/Makefile head/databases/py-swiftclient/distinfo Modified: head/databases/py-swiftclient/Makefile ============================================================================== --- head/databases/py-swiftclient/Makefile Wed Apr 24 20:43:03 2013 (r316479) +++ head/databases/py-swiftclient/Makefile Wed Apr 24 21:09:04 2013 (r316480) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swiftclient -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,4 +22,11 @@ PYDISTUTILS_PKGNAME= python_${PORTNAME} PLIST_FILES= bin/swift \ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +MAN1= swift.1 + +post-install: +.for i in ${MAN1} + ${INSTALL_MAN} ${WRKSRC}/doc/manpages/${i} ${MANPREFIX}/man/man1/${i} +.endfor + .include <bsd.port.mk> Modified: head/databases/py-swiftclient/distinfo ============================================================================== --- head/databases/py-swiftclient/distinfo Wed Apr 24 20:43:03 2013 (r316479) +++ head/databases/py-swiftclient/distinfo Wed Apr 24 21:09:04 2013 (r316480) @@ -1,2 +1,2 @@ -SHA256 (python-swiftclient-1.3.0.tar.gz) = 9aac48035d497473bf198f80aab71149765c520611421d640b68feca3e230ebd -SIZE (python-swiftclient-1.3.0.tar.gz) = 52707 +SHA256 (python-swiftclient-1.4.0.tar.gz) = 95367a1db761cd71ac480cd4733a1cc55ef2afc2d48613142b8b89eac50cccc8 +SIZE (python-swiftclient-1.4.0.tar.gz) = 60704
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304242109.r3OL959x028567>