aboutsummaryrefslogtreecommitdiffstats
path: root/mail/assp/Makefile
diff options
context:
space:
mode:
authorjlaffaye <jlaffaye@FreeBSD.org>2011-06-15 06:12:01 +0800
committerjlaffaye <jlaffaye@FreeBSD.org>2011-06-15 06:12:01 +0800
commit859ceac9a3ad54ee59578655bd0a6ec0b787132c (patch)
tree9f0ff0bdb4c29b741c27c55253eeb88322bcc5dc /mail/assp/Makefile
parent9ed3a7ae2410b8e059da20464044691c0cb27161 (diff)
downloadfreebsd-ports-gnome-859ceac9a3ad54ee59578655bd0a6ec0b787132c.tar.gz
freebsd-ports-gnome-859ceac9a3ad54ee59578655bd0a6ec0b787132c.tar.zst
freebsd-ports-gnome-859ceac9a3ad54ee59578655bd0a6ec0b787132c.zip
Update to 1.9.1.0
Remove no longer necessary workaround for user/group creation PR: ports/157414 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) Approved by: bapt (mentor)
Diffstat (limited to 'mail/assp/Makefile')
-rw-r--r--mail/assp/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile
index 046896ce0c03..cee1ac6792b3 100644
--- a/mail/assp/Makefile
+++ b/mail/assp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= assp
-PORTVERSION= 1.8.5.6
+PORTVERSION= 1.9.1.0
CATEGORIES= mail
MASTER_SITES= http://www.ringofsaturn.com/distfiles/
DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install
@@ -156,9 +156,5 @@ do-install:
post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-# XXX Workaround: for PR ports/152498. Remove if PR ports/152498 is fixed!
- @${EGREP} -e '^@exec.*${PW}' -e '^@exec ${INSTALL} -d -g' ${TMPPLIST} > ${WRKDIR}/.PLIST.ugid
- @${EGREP} -v -e '^@exec.*${PW}' -e '^@exec ${INSTALL} -d -g' ${TMPPLIST} >> ${WRKDIR}/.PLIST.ugid
- @${MV} ${WRKDIR}/.PLIST.ugid ${TMPPLIST}
.include <bsd.port.post.mk>