1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 0.9.2

PR:		180323
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2013-07-15 14:56:04 +00:00
parent d2e1e3391d
commit 4be3611d5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323051
2 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sieverules
PORTVERSION= 0.9.0
PORTVERSION= 0.9.2
PORTEPOCH= 1
CATEGORIES= mail
PKGNAMEPREFIX= roundcube-
@ -12,13 +12,14 @@ COMMENT= Roundcube webmail sieve plugin
LICENSE= GPLv3
RUN_DEPENDS= roundcube>=0.9.0:${PORTSDIR}/mail/roundcube
BUILD_DEPENDS= roundcube>=0.9.2:${PORTSDIR}/mail/roundcube
RUN_DEPENDS= roundcube>=0.9.2:${PORTSDIR}/mail/roundcube
USE_GITHUB= yes
GH_ACCOUNT= JohnDoh
GH_PROJECT= Roundcube-Plugin-SieveRules-Managesieve
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= 430d810
GH_COMMIT= 6eda4de
NO_BUILD= yes
@ -28,10 +29,10 @@ WWWDIR= ${PREFIX}/www/roundcube/plugins/sieverules
x-generate-plist: build
cd ${WRKSRC}; \
${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
${SED} -e "s,^\.,%%WWWDIR%%," >${WRKDIR}/pkg-plist.tmp ; \
${FIND} . -type d | ${SORT} -r | ${SED} \
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
-e "s,^\.,@dirrm %%WWWDIR%%," >>${WRKDIR}/pkg-plist.tmp
do-install:
${MKDIR} ${WWWDIR}

View File

@ -1,2 +1,2 @@
SHA256 (sieverules-0.9.0.tar.gz) = 71b6f09279e5422354932deb4eafcd9562c600ea398a5c3c193810b2f0eaea78
SIZE (sieverules-0.9.0.tar.gz) = 130094
SHA256 (sieverules-0.9.2.tar.gz) = a912862a902ff20a65bfc7dbbdabf6d70043da15a8699a7bef57bc73553ff9bb
SIZE (sieverules-0.9.2.tar.gz) = 130070