Bug 110680 - port www/smarty out of date; now 2.6.18
Summary: port www/smarty out of date; now 2.6.18
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 15:30 UTC by Peter Beckman
Modified: 2007-03-25 10:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Beckman 2007-03-22 15:30:11 UTC
	Smarty.php.net reports the latest version at 2.6.18.  Emails to maintainer fail due to domain failure.

Fix: 

Bump port www/smarty to 2.6.18
How-To-Repeat: 	Attempt to email the maintainer.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-22 15:30:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-22 22:43:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 3 Alexander Zhuravlev 2007-03-23 07:56:56 UTC
Thank you for the notification.

Please apply a patch mentioned below:

========================================================
diff -urbBNp -urbBN smarty.orig/Makefile smarty/Makefile
--- smarty.orig/Makefile	Tue Dec  5 01:55:16 2006
+++ smarty/Makefile	Fri Mar 23 10:34:48 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	smarty
-PORTVERSION=	2.6.16
+PORTVERSION=	2.6.18
 CATEGORIES=	www
 MASTER_SITES=	http://smarty.php.net/distributions/ \
 		http://smarty.php.net/distributions/manual/en/:manual
diff -urbBNp -urbBN smarty.orig/distinfo smarty/distinfo
--- smarty.orig/distinfo	Mon Dec  4 10:30:36 2006
+++ smarty/distinfo	Fri Mar 23 10:37:39 2007
@@ -1,6 +1,6 @@
-MD5 (Smarty-2.6.16.tar.gz) = da67591f19b69a932c1cab7df5b0303a
-SHA256 (Smarty-2.6.16.tar.gz) = 1cd3a9c35f47142d685cc1c74129525fe8c54bd92a21023de9c6c120b4374b11
-SIZE (Smarty-2.6.16.tar.gz) = 151978
+MD5 (Smarty-2.6.18.tar.gz) = cd9b9c78b43c0d0490b71111b2fe1a99
+SHA256 (Smarty-2.6.18.tar.gz) = 14830bffb17e0490f671f9ae3372e97c7182db261af19eea39c046139f177bf7
+SIZE (Smarty-2.6.18.tar.gz) = 153299
 MD5 (Smarty-2.6.14-docs.tar.gz) = 357510250885aab057853949e35845c7
 SHA256 (Smarty-2.6.14-docs.tar.gz) = 50d92a5fe2ff2a77668de36de5d9bff7a021892aa66e31ff660a89240edb6dc3
 SIZE (Smarty-2.6.14-docs.tar.gz) = 136235
========================================================
Comment 4 Peter Beckman 2007-03-23 17:41:52 UTC
Applied the patch, install works.  Go ahead and apply the patch and put
into production.

Beckman
---------------------------------------------------------------------------
Peter Beckman                                                  Internet Guy
beckman@purplecow.com                             http://www.purplecow.com/
---------------------------------------------------------------------------
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-03-25 10:22:17 UTC
clsung      2007-03-25 09:22:11 UTC

  FreeBSD ports repository

  Modified files:
    www/smarty           Makefile distinfo 
  Log:
  - Update to 2.6.18
  
  PR:             ports/110680
  Submitted by:   Alexander Zhuravlev <zaa@zaa.pp.ru>
  Approved by:    maintainer (Peter Beckman)
  
  Revision  Changes    Path
  1.32      +1 -1      ports/www/smarty/Makefile
  1.26      +3 -3      ports/www/smarty/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-25 10:22:26 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.