Bug 183199 - [maintainer-update] Update Smarty3 from 3.1.14 to 3.1.15
Summary: [maintainer-update] Update Smarty3 from 3.1.14 to 3.1.15
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 12:50 UTC by Michael Fausten
Modified: 2013-10-22 14:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.11 KB, patch)
2013-10-22 12:50 UTC, Michael Fausten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Fausten 2013-10-22 12:50:00 UTC
A patch to update Smarty to the latest stable version.

Fix: Patch attached with submission follows:
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-22 14:15:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-22 14:48:30 UTC
Author: danilo
Date: Tue Oct 22 13:48:22 2013
New Revision: 331265
URL: http://svnweb.freebsd.org/changeset/ports/331265

Log:
  - Update from 3.1.14 to 3.1.15 [1]
  - Add stage support
  
  PR:		ports/183199
  Submitted by:	Michael Fausten <ports@michael-fausten.de> (maintainer) [1]

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

Modified: head/www/smarty3/Makefile
==============================================================================
--- head/www/smarty3/Makefile	Tue Oct 22 13:15:48 2013	(r331264)
+++ head/www/smarty3/Makefile	Tue Oct 22 13:48:22 2013	(r331265)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	smarty3
-PORTVERSION=	3.1.14
+PORTVERSION=	3.1.15
 CATEGORIES=	www
 MASTER_SITES=	http://www.smarty.net/files/
 DISTNAME=	Smarty-${PORTVERSION}
@@ -19,18 +19,8 @@ WANT_PHP_WEB=	yes
 PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${DATADIR}
-.for f in Smarty.class.php SmartyBC.class.php debug.tpl
-	${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR}
-.endfor
-	@${MKDIR} ${DATADIR}/plugins
-	${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins
-	@${MKDIR} ${DATADIR}/sysplugins
-	${INSTALL_DATA} ${WRKSRC}/libs/sysplugins/* ${DATADIR}/sysplugins
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	(cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
 
 .include <bsd.port.mk>

Modified: head/www/smarty3/distinfo
==============================================================================
--- head/www/smarty3/distinfo	Tue Oct 22 13:15:48 2013	(r331264)
+++ head/www/smarty3/distinfo	Tue Oct 22 13:48:22 2013	(r331265)
@@ -1,2 +1,2 @@
-SHA256 (Smarty-3.1.14.tar.gz) = 0e228b57d2822e63345b5dc0d6e7b23793fe7bf6ee4040de3e74468df1f08103
-SIZE (Smarty-3.1.14.tar.gz) = 204991
+SHA256 (Smarty-3.1.15.tar.gz) = 1fd02d77dba49cca708cb88b017fe7d6195b3b52eee8aad26996f0f69f0131f4
+SIZE (Smarty-3.1.15.tar.gz) = 206011
_______________________________________________
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"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-22 14:48:53 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!