diff options
author | feld <feld@FreeBSD.org> | 2013-10-29 22:00:07 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-10-29 22:00:07 +0800 |
commit | d3b78ec8c7d718b29f15ca06620b1673f06e4b43 (patch) | |
tree | 1560398af5c073adea3f75955ab7b339d2b9b19a /irc | |
parent | 3f8d78b533edd0a9264359944c4c4a67cd582c3b (diff) | |
download | freebsd-ports-gnome-d3b78ec8c7d718b29f15ca06620b1673f06e4b43.tar.gz freebsd-ports-gnome-d3b78ec8c7d718b29f15ca06620b1673f06e4b43.tar.zst freebsd-ports-gnome-d3b78ec8c7d718b29f15ca06620b1673f06e4b43.zip |
STAGE support
Approved by: swills (mentor)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/inspircd/Makefile | 9 | ||||
-rw-r--r-- | irc/inspircd/distinfo | 4 | ||||
-rw-r--r-- | irc/inspircd/pkg-plist | 4 |
3 files changed, 8 insertions, 9 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index e5baf62002bf..5622ed27ce23 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= inspircd -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.14 CATEGORIES= irc MAINTAINER= feld@FreeBSD.org @@ -17,7 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= inspircd GH_PROJECT= ${GH_ACCOUNT} GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 9b96fee +GH_COMMIT= 5661a9e USE_RC_SUBR= ${PORTNAME} MAKEFILE= BSDmakefile @@ -58,7 +58,6 @@ SQLITE_DESC= Build m_sqlite3 module PCRE_DESC= Build m_regex_pcre module POSIX_DESC= Build m_regex_posix module -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDAPAUTH} @@ -144,7 +143,7 @@ post-patch: @${REINPLACE_CMD} -e 's|DATA_PATH "/inspircd.pid"|"/var/run/inspircd/inspircd.pid"|' ${WRKSRC}/src/inspircd.cpp post-install: - @${STRIP_CMD} ${PREFIX}/lib/${PORTNAME}/modules/*.so - @${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> diff --git a/irc/inspircd/distinfo b/irc/inspircd/distinfo index d75c409cf26a..b8f77cf83840 100644 --- a/irc/inspircd/distinfo +++ b/irc/inspircd/distinfo @@ -1,2 +1,2 @@ -SHA256 (inspircd-2.0.12.tar.gz) = fc200db5fb398b5e124c41b4efffcd7019729dac93120318aa0ee98fbc2e39f3 -SIZE (inspircd-2.0.12.tar.gz) = 740694 +SHA256 (inspircd-2.0.14.tar.gz) = a3dec8ef3a0813c732927ad2cc45a880cfdc33a38fb0a9c88127dee0e65a19a8 +SIZE (inspircd-2.0.14.tar.gz) = 742244 diff --git a/irc/inspircd/pkg-plist b/irc/inspircd/pkg-plist index c60448889224..55d18906ce29 100644 --- a/irc/inspircd/pkg-plist +++ b/irc/inspircd/pkg-plist @@ -230,8 +230,8 @@ lib/inspircd/modules/m_xline_db.so @dirrmtry etc/inspircd/examples @dirrmtry etc/inspircd @dirrm lib/inspircd/modules -@dirrm lib/inspircd/logs -@dirrm lib/inspircd/data +@dirrmtry lib/inspircd/logs +@dirrmtry lib/inspircd/data @dirrm lib/inspircd @unexec if cmp -s %D/%%ETCDIR%%/examples/censor.conf.example %D/%%ETCDIR%%/censor.conf; then rm -f %D/%%ETCDIR%%/censor.conf; fi @unexec if cmp -s %D/%%ETCDIR%%/examples/filter.conf.example %D/%%ETCDIR%%/filter.conf; then rm -f %D/%%ETCDIR%%/filter.conf; fi |