FreeBSD Bugzilla – Attachment 152105 Details for
Bug 197054
net/shadowsocks-libev: update to 1.6.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
1.6.4 diff
shadowsocks-libev.patch (text/plain), 1.99 KB, created by
Fukang Chen
on 2015-01-24 16:50:19 UTC
(
hide
)
Description:
1.6.4 diff
Filename:
MIME Type:
Creator:
Fukang Chen
Created:
2015-01-24 16:50:19 UTC
Size:
1.99 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 377792) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= shadowsocks-libev >-PORTVERSION= 1.4.0 >-PORTREVISION= 1 >+PORTVERSION= 1.6.4 > CATEGORIES= net > MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/ > >@@ -15,14 +14,18 @@ > # fetch from github repo > USE_GITHUB= yes > GH_ACCOUNT= madeye >-GH_TAGNAME= v1.4.0 >+GH_TAGNAME= v1.6.4 > WRKSRC= ${WRKDIR}/${DISTNAME} > > GNU_CONFIGURE= yes >-USES= gmake >+USES= gmake libtool:keepla > > USE_RC_SUBR= shadowsocks_libev > >+post-patch: >+ ${REINPLACE_CMD} -e 's|^pkgconfiglibdir.*|pkgconfiglibdir = ${PREFIX}/libdata/pkgconfig|g' \ >+ ${WRKSRC}/Makefile.in >+ > post-install: > ${MKDIR} ${STAGEDIR}${ETCDIR} > ${CP} ${WRKSRC}/debian/config.json ${STAGEDIR}${ETCDIR}/config.json.sample >Index: distinfo >=================================================================== >--- distinfo (revision 377792) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (shadowsocks-libev-1.4.0.tar.gz) = e2433e2741144287e2e2d70e408dd342bbe314fc69c600020bb6af2a2f803585 >-SIZE (shadowsocks-libev-1.4.0.tar.gz) = 829091 >+SHA256 (shadowsocks-libev-1.6.4.tar.gz) = 517b92e69e371efac4a9ca76e78095e3e866149a484ec4c88589dd4a3bdbb7b7 >+SIZE (shadowsocks-libev-1.6.4.tar.gz) = 2404815 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 377792) >+++ pkg-plist (working copy) >@@ -1,6 +1,11 @@ > bin/ss-local > bin/ss-server >-man/man8/shadowsocks.8.gz >+bin/ss-tunnel >+include/shadowsocks.h >+lib/libshadowsocks.a >+lib/libshadowsocks.la >+libdata/pkgconfig/shadowsocks-libev.pc >+man/man8/shadowsocks-libev.8.gz > @unexec if cmp -s %D/etc/shadowsocks-libev/config.json %D/etc/shadowsocks-libev/config.json.sample ; then rm -f %D/etc/shadowsocks-libev/config.json ; fi > etc/shadowsocks-libev/config.json.sample > @exec if [ ! -f %D/etc/shadowsocks-libev/config.json ]; then cp -p %D/%F %B/config.json ; fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197054
: 152105 |
152661