- Update to 2.6

- use stagedir
This commit is contained in:
Carlo Strub 2013-10-17 21:44:41 +00:00
parent 3036b28ab6
commit cd2aad06f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330679
2 changed files with 11 additions and 12 deletions

View file

@ -1,10 +1,11 @@
# $FreeBSD$
PORTNAME= freecode-submit
PORTVERSION= 2.5
PORTVERSION= 2.6
CATEGORIES= misc
MASTER_SITES= http://www.catb.org/~esr/freecode-submit/ \
http://www.c-s.li/ports/
MASTER_SITES= http://www.c-s.li/ports/ \
http://www.catb.org/~esr/freecode-submit/
MAINTAINER= cs@FreeBSD.org
COMMENT= Submission of updates to Freecode via its JSON API
@ -14,16 +15,14 @@ LICENSE= BSD
USE_PYTHON= yes
NO_BUILD= yes
PLIST_FILES= bin/freecode-submit
MAN1= freecode-submit.1
PLIST_FILES= bin/freecode-submit man/man1/freecode-submit.1.gz
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-install:
${MKDIR} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/freecode-submit ${PREFIX}/bin
${MKDIR} ${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/freecode-submit.1 ${MAN1PREFIX}/man/man1
${MKDIR} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/freecode-submit ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/freecode-submit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
SHA256 (freecode-submit-2.5.tar.gz) = 73fa73c92ad165de5d6f02ff7ca16ae2c064827b2fcc8cba8272196415dcc8f0
SIZE (freecode-submit-2.5.tar.gz) = 18241
SHA256 (freecode-submit-2.6.tar.gz) = b470b20315b093605b26b575dfd73125b6649e17e19b8918c1ab2b47f79e0757
SIZE (freecode-submit-2.6.tar.gz) = 18442