diff options
author | ade <ade@FreeBSD.org> | 2000-08-05 08:31:43 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-05 08:31:43 +0800 |
commit | d4922ecdbc391e9a930924705783d8930ecce9bf (patch) | |
tree | 7b23a6dd49e39e1b5b85d955448e7eb439c47478 /mail/mailman/Makefile | |
parent | d6887ed6653dc0042d4c88fe35caae4e26f7290b (diff) | |
download | freebsd-ports-gnome-d4922ecdbc391e9a930924705783d8930ecce9bf.tar.gz freebsd-ports-gnome-d4922ecdbc391e9a930924705783d8930ecce9bf.tar.zst freebsd-ports-gnome-d4922ecdbc391e9a930924705783d8930ecce9bf.zip |
Update to 2.0beta5. Previous version had security issues.
Requested by: kris
Diffstat (limited to 'mail/mailman/Makefile')
-rw-r--r-- | mail/mailman/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 50872d83375c..8294727422fe 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -6,11 +6,11 @@ # PORTNAME= mailman -PORTVERSION= 1.1 +PORTVERSION= 2.0b5 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= mailman -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://download.sourceforge.net/mailman/ +DISTNAME= mailman-2.0beta5 +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -33,7 +33,7 @@ pre-configure: # Create the dir and the correct permissions for it. ${MKDIR} ${MAILMANDIR} ${CHOWN} ${UNAME}:${UNAME} ${MAILMANDIR} - ${CHMOD} g+s ${MAILMANDIR} + ${CHMOD} 2775 ${MAILMANDIR} post-install: @echo All related binaries have been installed in ${MAILMANDIR}/bin |