diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-09 19:36:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-09 19:36:57 +0800 |
commit | 68e1ee0ebb59ab71112400e6946b3f9cfcd90b5b (patch) | |
tree | 574b9ff8d18d0abd387a71125bea4af578573af8 /www | |
parent | 7fd147100d772c89b42e42a2747d2cecbeb4233f (diff) | |
download | freebsd-ports-gnome-68e1ee0ebb59ab71112400e6946b3f9cfcd90b5b.tar.gz freebsd-ports-gnome-68e1ee0ebb59ab71112400e6946b3f9cfcd90b5b.tar.zst freebsd-ports-gnome-68e1ee0ebb59ab71112400e6946b3f9cfcd90b5b.zip |
- Update to 2.20
- Cosmetic change
Changes:
- Add service: poundpython (http://paste.pound-python.org/)
- Remove service: osl (http://pastebin.osuosl.org/pastebin.php)
Diffstat (limited to 'www')
-rw-r--r-- | www/wgetpaste/Makefile | 7 | ||||
-rw-r--r-- | www/wgetpaste/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/wgetpaste/Makefile b/www/wgetpaste/Makefile index c4ee5bbefbc6..cbbd11c40d77 100644 --- a/www/wgetpaste/Makefile +++ b/www/wgetpaste/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wgetpaste -PORTVERSION= 2.19 +PORTVERSION= 2.20 CATEGORIES= www MASTER_SITES= http://wgetpaste.zlin.dk/ \ LOCAL/sunpoet @@ -30,11 +30,10 @@ post-patch: ${WRKSRC}/${PORTNAME} do-install: + ${MKDIR} ${PREFIX}/etc/${PORTNAME}.d/ ${PREFIX}/share/zsh/site-functions/ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - ${MKDIR} ${PREFIX}/share/zsh/site-functions/ - ${INSTALL_DATA} ${WRKSRC}/_${PORTNAME} ${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.example ${PREFIX}/etc/${PORTNAME}.conf.sample - ${MKDIR} ${PREFIX}/etc/${PORTNAME}.d/ ${INSTALL_DATA} ${DISTDIR}/zlin.conf ${PREFIX}/etc/${PORTNAME}.d/ + ${INSTALL_DATA} ${WRKSRC}/_${PORTNAME} ${PREFIX}/share/zsh/site-functions/ .include <bsd.port.mk> diff --git a/www/wgetpaste/distinfo b/www/wgetpaste/distinfo index 091ada2e6017..6cc9803db75b 100644 --- a/www/wgetpaste/distinfo +++ b/www/wgetpaste/distinfo @@ -1,5 +1,5 @@ -SHA256 (wgetpaste-2.19.tar.bz2) = bb832557fca3be838838a87d790cb535974ea70bd2393818201676212f0f3b5a -SIZE (wgetpaste-2.19.tar.bz2) = 9960 +SHA256 (wgetpaste-2.20.tar.bz2) = 7a53836d02e07cefc3c2978bb129a037fa1e1222ba0e275c4e818230a6d6fb9e +SIZE (wgetpaste-2.20.tar.bz2) = 10104 SHA256 (wgetpaste.example) = cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d SIZE (wgetpaste.example) = 380 SHA256 (zlin.conf) = 8fe8338ebd6716bac1e7e818b26163f899d7609fbac5932aaa1dabe45d6fdb19 |