Bug 58665 - [maintainer-update] textproc/p5-Text-MagicTemplate
Summary: [maintainer-update] textproc/p5-Text-MagicTemplate
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-29 01:20 UTC by Cheng-Lung Sung
Modified: 2003-10-29 21:43 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (824 bytes, patch)
2003-10-29 01:20 UTC, Cheng-Lung Sung
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung 2003-10-29 01:20:16 UTC
- upgrade from 3.05 to 3.1
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-10-29 07:09:13 UTC
State Changed
From-To: open->feedback

Oa. the use of our and possible some autoload features 
do not work with perl 5.005_03. Could see if you  
easily can patch this or mark this port IGNORE? 

make test shows the errors
Comment 2 clsung 2003-10-29 08:30:38 UTC
Sorry for not testing before submit.
I've add IGNORE tag this time.

diff -ruN /usr/ports/textproc/p5-Text-MagicTemplate/Makefile p5-Text-MagicTemplate/Makefile
--- /usr/ports/textproc/p5-Text-MagicTemplate/Makefile	Thu Oct 23 19:01:30 2003
+++ p5-Text-MagicTemplate/Makefile	Wed Oct 29 16:26:45 2003
@@ -6,7 +6,8 @@
 #
 
 PORTNAME=	Text-MagicTemplate
-PORTVERSION=	3.05
+PORTVERSION=	3.1
+PORTEPOCH=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Text
@@ -21,4 +22,10 @@
 		Bundle::Text::MagicTemplate.3 \
 		Text::MagicTemplate::Zone.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE=		This port requires perl 5.6.1 or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN /usr/ports/textproc/p5-Text-MagicTemplate/distinfo p5-Text-MagicTemplate/distinfo
--- /usr/ports/textproc/p5-Text-MagicTemplate/distinfo	Thu Oct 23 19:01:30 2003
+++ p5-Text-MagicTemplate/distinfo	Wed Oct 29 09:01:16 2003
@@ -1 +1 @@
-MD5 (Text-MagicTemplate-3.05.tar.gz) = bc8bd0c38b600628179c04dd049d511e
+MD5 (Text-MagicTemplate-3.1.tar.gz) = 1a62f8957575c386e3af1ff24b63c992
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2003-10-29 21:43:05 UTC
State Changed
From-To: feedback->closed

Committed, thanks! 

I also fixed pkg-plist.