svn commit: r449322 - head/mail/postfixadmin

Danilo G. Baio dbaio at FreeBSD.org
Wed Sep 6 02:52:00 UTC 2017


Author: dbaio
Date: Wed Sep  6 02:51:58 2017
New Revision: 449322
URL: https://svnweb.freebsd.org/changeset/ports/449322

Log:
  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 at wasikowski.net>
  Approved by:	Melissa Pilgrim <ports.maintainer at evilphi.com> (maintainer)

Modified:
  head/mail/postfixadmin/Makefile
  head/mail/postfixadmin/distinfo
  head/mail/postfixadmin/pkg-plist

Modified: head/mail/postfixadmin/Makefile
==============================================================================
--- head/mail/postfixadmin/Makefile	Wed Sep  6 00:02:28 2017	(r449321)
+++ head/mail/postfixadmin/Makefile	Wed Sep  6 02:51:58 2017	(r449322)
@@ -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

Modified: head/mail/postfixadmin/distinfo
==============================================================================
--- head/mail/postfixadmin/distinfo	Wed Sep  6 00:02:28 2017	(r449321)
+++ head/mail/postfixadmin/distinfo	Wed Sep  6 02:51:58 2017	(r449322)
@@ -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

Modified: head/mail/postfixadmin/pkg-plist
==============================================================================
--- head/mail/postfixadmin/pkg-plist	Wed Sep  6 00:02:28 2017	(r449321)
+++ head/mail/postfixadmin/pkg-plist	Wed Sep  6 02:51:58 2017	(r449322)
@@ -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


More information about the svn-ports-all mailing list