diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-20 02:40:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-20 02:40:10 +0800 |
commit | 90aaee59a11f554e51b2b3e66bcfff41f42f21ef (patch) | |
tree | 8dc07f57dd52d9235fa65c0426338b74180b486a /mail/postfixadmin/Makefile | |
parent | 2862d547f7dd47847c6065a3825c169df559b9ef (diff) | |
download | freebsd-ports-gnome-90aaee59a11f554e51b2b3e66bcfff41f42f21ef.tar.gz freebsd-ports-gnome-90aaee59a11f554e51b2b3e66bcfff41f42f21ef.tar.zst freebsd-ports-gnome-90aaee59a11f554e51b2b3e66bcfff41f42f21ef.zip |
- Update to 2.3.4
Changes: http://postfixadmin.svn.sourceforge.net/viewvc/postfixadmin/tags/postfixadmin-2.3.4/CHANGELOG.TXT
PR: ports/160819
Submitted by: Terry Sposato <tabmow@freenode.net> (maintainer)
Diffstat (limited to 'mail/postfixadmin/Makefile')
-rw-r--r-- | mail/postfixadmin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile index 8082c2242d74..502269474c5f 100644 --- a/mail/postfixadmin/Makefile +++ b/mail/postfixadmin/Makefile @@ -6,10 +6,11 @@ # PORTNAME= postfixadmin -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tabmow@freenode.net COMMENT= PHP web-based management tool for Postfix virtual domains and users |