mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to 0.7.1.1 and add man page
Approved by: glarkin@ (mentor, implicit) Feature safe: yes
This commit is contained in:
parent
cb3d220373
commit
29591204bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293242
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= surl
|
||||
PORTVERSION= 0.7.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.7.1.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://launchpadlibrarian.net/37026875/ \
|
||||
MASTER_SITES= http://launchpadlibrarian.net/96097348/ \
|
||||
http://www.c-s.li/ports/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -21,6 +20,7 @@ LICENSE= GPLv3
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS=yes
|
||||
USE_BZIP2= yes
|
||||
MAN1= surl.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -28,4 +28,8 @@ USE_BZIP2= yes
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,share/man/man1,${PREFIX}/man/man1,g' \
|
||||
${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (surl-0.7.0.tar.bz2) = 9ae44c149b0f8b726e229f31451000aea6f7164c810618b4b8cf7cf3662c7e57
|
||||
SIZE (surl-0.7.0.tar.bz2) = 22878
|
||||
SHA256 (surl-0.7.1.1.tar.bz2) = 43825c519af32338b89a712b81b370cc31fabe79ded263a5726bedba85defa87
|
||||
SIZE (surl-0.7.1.1.tar.bz2) = 21713
|
||||
|
Loading…
Reference in New Issue
Block a user