1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Update to 1.4.0.

Approved by:	bdrewery
This commit is contained in:
Mikolaj Golub 2013-04-24 21:09:04 +00:00
parent 6aa3aaa3c1
commit da69b019f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316480
2 changed files with 10 additions and 3 deletions

View File

@ -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>

View File

@ -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