Bug 180152

Summary: www/smarty3 is outdated
Product: Ports & Packages Reporter: Michael Fausten <ports>
Component: Individual Port(s)Assignee: William Grzybowski <wg>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description Michael Fausten 2013-07-01 08:00:00 UTC
Current version (3.1.13) in ports is outated. This is the update to the latest stable version 3.1.14.

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-07-02 12:38:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-07-02 13:36:49 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-02 13:36:49 UTC
Author: wg
Date: Tue Jul  2 12:36:41 2013
New Revision: 322166
URL: http://svnweb.freebsd.org/changeset/ports/322166

Log:
  www/smarty3: update to 3.1.14
  
  - Update to 3.1.14 [1]
  - Unmute install commands
  - Remove leading article from COMMENT
  
  Changes: http://smarty-php.googlecode.com/svn/trunk/distribution/change_log.txt
  
  PR:		ports/180152
  Submitted by:	Michael Fausten <ports@michael-fausten.de> (maintainer)

Modified:
  head/www/smarty3/Makefile
  head/www/smarty3/distinfo

Modified: head/www/smarty3/Makefile
==============================================================================
--- head/www/smarty3/Makefile	Tue Jul  2 12:20:51 2013	(r322165)
+++ head/www/smarty3/Makefile	Tue Jul  2 12:36:41 2013	(r322166)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	smarty3
-PORTVERSION=	3.1.13
+PORTVERSION=	3.1.14
 CATEGORIES=	www
 MASTER_SITES=	http://www.smarty.net/files/
 DISTNAME=	Smarty-${PORTVERSION}
 
 MAINTAINER=	ports@michael-fausten.de
-COMMENT=	The PHP compiling template engine
+COMMENT=	PHP compiling template engine
 
 WRKSRC=		${WRKDIR}/Smarty-${PORTVERSION}
 
@@ -22,12 +22,12 @@ SUB_FILES=	pkg-message
 do-install:
 	@${MKDIR} ${DATADIR}
 .for f in Smarty.class.php SmartyBC.class.php debug.tpl
-	@${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR}
 .endfor
 	@${MKDIR} ${DATADIR}/plugins
-	@${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins
+	${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins
 	@${MKDIR} ${DATADIR}/sysplugins
-	@${INSTALL_DATA} ${WRKSRC}/libs/sysplugins/* ${DATADIR}/sysplugins
+	${INSTALL_DATA} ${WRKSRC}/libs/sysplugins/* ${DATADIR}/sysplugins
 
 post-install:
 	@${CAT} ${PKGMESSAGE}

Modified: head/www/smarty3/distinfo
==============================================================================
--- head/www/smarty3/distinfo	Tue Jul  2 12:20:51 2013	(r322165)
+++ head/www/smarty3/distinfo	Tue Jul  2 12:36:41 2013	(r322166)
@@ -1,2 +1,2 @@
-SHA256 (Smarty-3.1.13.tar.gz) = 7091b24c15fa5442da2845dcc3747e2f7fc37760801f1404216188ddaf56fa12
-SIZE (Smarty-3.1.13.tar.gz) = 204117
+SHA256 (Smarty-3.1.14.tar.gz) = 0e228b57d2822e63345b5dc0d6e7b23793fe7bf6ee4040de3e74468df1f08103
+SIZE (Smarty-3.1.14.tar.gz) = 204991
_______________________________________________
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"