diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-09-06 10:51:58 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:29:01 +0800 |
commit | 9ed32ef270386d34aa1e4fc1112cb5ecfa3e538d (patch) | |
tree | d0bfbf1905a9e0dd64ad487fefdde9c8b330782c /mail | |
parent | 60a9537794097013ad84cbe9db698f0c1bd48867 (diff) | |
download | freebsd-ports-gnome-9ed32ef270386d34aa1e4fc1112cb5ecfa3e538d.tar.gz freebsd-ports-gnome-9ed32ef270386d34aa1e4fc1112cb5ecfa3e538d.tar.zst freebsd-ports-gnome-9ed32ef270386d34aa1e4fc1112cb5ecfa3e538d.zip |
mail/postfixadmin: Update to 3.1
Ensure emplates_c/ directory is created.
Changes: https://github.com/postfixadmin/postfixadmin/blob/master/CHANGELOG.TXT
PR: 221965
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by: Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfixadmin/Makefile | 9 | ||||
-rw-r--r-- | mail/postfixadmin/distinfo | 6 | ||||
-rw-r--r-- | mail/postfixadmin/pkg-plist | 5 |
3 files changed, 11 insertions, 9 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile index 85c80143a5ee..872c0a824880 100644 --- a/mail/postfixadmin/Makefile +++ b/mail/postfixadmin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfixadmin -PORTVERSION= 3.0.2 +PORTVERSION= 3.1 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -44,14 +44,15 @@ SQLITE_USE= php=sqlite3 do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} -.for i in *.php calendar.js + @${MKDIR} ${STAGEDIR}${WWWDIR}/templates_c +.for i in *.php calendar.js favicon.ico ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${WWWDIR} .endfor -.for i in configs css images languages model scripts smarty templates templates_c tests users +.for i in configs css images languages model scripts smarty templates tests users @cd ${WRKSRC}/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/${i} .endfor @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/*.TXT ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/*.TXT ${WRKSRC}/README.md ${STAGEDIR}${DATADIR} .for i in ADDITIONS VIRTUAL_VACATION @cd ${WRKSRC}/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${i} .endfor diff --git a/mail/postfixadmin/distinfo b/mail/postfixadmin/distinfo index 83cf6e942984..add7d18e6ea0 100644 --- a/mail/postfixadmin/distinfo +++ b/mail/postfixadmin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1486633555 -SHA256 (postfixadmin-3.0.2.tar.gz) = 9a4edb111258c90912aea66ad1dd684445b4f03f08f8549b9d708336ae019c8c -SIZE (postfixadmin-3.0.2.tar.gz) = 1306500 +TIMESTAMP = 1504130429 +SHA256 (postfixadmin-3.1.tar.gz) = 36eaed433c673382fb5d513bc3b0d2685bf3169ead6065293d3a0f8f6d262aa4 +SIZE (postfixadmin-3.1.tar.gz) = 1279224 diff --git a/mail/postfixadmin/pkg-plist b/mail/postfixadmin/pkg-plist index 923c05da1421..b82d93cee23e 100644 --- a/mail/postfixadmin/pkg-plist +++ b/mail/postfixadmin/pkg-plist @@ -42,7 +42,7 @@ %%DATADIR%%/ADDITIONS/quota_usage.pl %%DATADIR%%/ADDITIONS/squirrelmail-plugin/INSTALL %%DATADIR%%/ADDITIONS/squirrelmail-plugin/LICENSE.txt -%%DATADIR%%/ADDITIONS/squirrelmail-plugin/README +%%DATADIR%%/ADDITIONS/squirrelmail-plugin/README.md %%DATADIR%%/ADDITIONS/squirrelmail-plugin/common.php %%DATADIR%%/ADDITIONS/squirrelmail-plugin/config.php.sample %%DATADIR%%/ADDITIONS/squirrelmail-plugin/debian/README.Debian @@ -84,6 +84,7 @@ %%DATADIR%%/GPL-LICENSE.TXT %%DATADIR%%/INSTALL.TXT %%DATADIR%%/LICENSE.TXT +%%DATADIR%%/README.md %%DATADIR%%/VIRTUAL_VACATION/FILTER_README %%DATADIR%%/VIRTUAL_VACATION/INSTALL.TXT %%DATADIR%%/VIRTUAL_VACATION/index.php @@ -107,6 +108,7 @@ %%WWWDIR%%/delete.php %%WWWDIR%%/edit.php %%WWWDIR%%/editactive.php +%%WWWDIR%%/favicon.ico %%WWWDIR%%/functions.inc.php %%WWWDIR%%/images/arrow-l.png %%WWWDIR%%/images/arrow-r.png @@ -447,7 +449,6 @@ %%WWWDIR%%/users/password.php %%WWWDIR%%/users/vacation.php %%WWWDIR%%/vacation.php -%%WWWDIR%%/variables.inc.php %%WWWDIR%%/viewlog.php %%WWWDIR%%/xmlrpc.php @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/templates_c |