Bug 181804 - [maintainer update] Update mail/sgwi to version 1.1.6
Summary: [maintainer update] Update mail/sgwi to version 1.1.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-04 12:00 UTC by Lukasz Wasikowski
Modified: 2013-09-04 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.04 KB, patch)
2013-09-04 12:00 UTC, Lukasz Wasikowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Wasikowski 2013-09-04 12:00:00 UTC
Update mail/sgwi to latest (1.1.6) version.

Fix: Patch attached.

Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-04 15:37:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-09-04 21:07:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-04 21:07:12 UTC
Author: wg
Date: Wed Sep  4 20:07:04 2013
New Revision: 326317
URL: http://svnweb.freebsd.org/changeset/ports/326317

Log:
  mail/sgwi: update to 1.1.6
  
  - Update to 1.1.6 [1]
  - Trim Makefile header
  - Unmute install commands
  
  PR:		ports/181804
  Submitted by:	Lukasz Wasikowski <lukasz wasikowski.net> (maintainer)

Modified:
  head/mail/sgwi/Makefile
  head/mail/sgwi/distinfo

Modified: head/mail/sgwi/Makefile
==============================================================================
--- head/mail/sgwi/Makefile	Wed Sep  4 20:01:05 2013	(r326316)
+++ head/mail/sgwi/Makefile	Wed Sep  4 20:07:04 2013	(r326317)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:  sgwi
-# Date created:                       11 March 2008
-# Whom:                               Lukasz Wasikowski <lukasz@wasikowski.net>
-#
+# Created by: Lukasz Wasikowski <lukasz@wasikowski.net>
 # $FreeBSD$
-#
 
 PORTNAME=	sgwi
-PORTVERSION=	1.1.5
+PORTVERSION=	1.1.6
 CATEGORIES=	mail www
 MASTER_SITES=	http://www.vanheusden.com/sgwi/
 DISTNAME=	sqlgreywebinterface-${PORTVERSION}
@@ -25,7 +21,7 @@ OPTIONS_SINGLE=	BACKEND
 OPTIONS_SINGLE_BACKEND=	MYSQL PGSQL
 
 MYSQL_DESC=	MySQL back-end (use mysql PHP extension)
-PGSQL_DESC= 	PostgreSQL back-end (use pgsql PHP extension)
+PGSQL_DESC=	PostgreSQL back-end (use pgsql PHP extension)
 
 OPTIONS_DEFAULT=MYSQL
 
@@ -50,12 +46,12 @@ do-install:
 		@[ ! -f ${WRKSRC}/includes/config.inc.php ] || ${MV} ${WRKSRC}/includes/config.inc.php ${WRKSRC}/includes/config.inc.php.sample
 		@${MKDIR} ${WWWDIR}
 		@${MKDIR} ${WWWDIR}/includes
-		@${INSTALL_DATA} ${WRKSRC}/*.php ${WWWDIR}
-		@${INSTALL_DATA} ${WRKSRC}/*.txt ${WWWDIR}
-		@${INSTALL_DATA} ${WRKSRC}/*.css ${WWWDIR}
-		@${INSTALL_DATA} ${WRKSRC}/.ht* ${WWWDIR}
-		@${INSTALL_DATA} ${WRKSRC}/includes/*.sample ${WWWDIR}/includes/
-		@${INSTALL_DATA} ${WRKSRC}/includes/*.php ${WWWDIR}/includes/
+		${INSTALL_DATA} ${WRKSRC}/*.php ${WWWDIR}
+		${INSTALL_DATA} ${WRKSRC}/*.txt ${WWWDIR}
+		${INSTALL_DATA} ${WRKSRC}/*.css ${WWWDIR}
+		${INSTALL_DATA} ${WRKSRC}/.ht* ${WWWDIR}
+		${INSTALL_DATA} ${WRKSRC}/includes/*.sample ${WWWDIR}/includes/
+		${INSTALL_DATA} ${WRKSRC}/includes/*.php ${WWWDIR}/includes/
 		@if [ -f ${WWWDIR}/config.inc.php ]; then \
 			${MV} ${WWWDIR}/config.inc.php ${WWWDIR}/includes/config.inc.php; \
 		fi

Modified: head/mail/sgwi/distinfo
==============================================================================
--- head/mail/sgwi/distinfo	Wed Sep  4 20:01:05 2013	(r326316)
+++ head/mail/sgwi/distinfo	Wed Sep  4 20:07:04 2013	(r326317)
@@ -1,2 +1,2 @@
-SHA256 (sqlgreywebinterface-1.1.5.tgz) = 95680533e7a9530f2fea90819da9fdd8533b4f57bbc585ddf44eaa7ab26a6c70
-SIZE (sqlgreywebinterface-1.1.5.tgz) = 9088
+SHA256 (sqlgreywebinterface-1.1.6.tgz) = d544d99b8b3b675d0399cd66b2b2378c7473d24e434be6bf814590dee914e73d
+SIZE (sqlgreywebinterface-1.1.6.tgz) = 9256
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"