[PATCH] net/p5-Net-Delicious: Typo fix

Gea-Suan Lin gslin at gslin.org
Fri Mar 30 22:19:30 UTC 2007


>Submitter-Id:	current-users
>Originator:	Gea-Suan Lin
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] net/p5-Net-Delicious: Typo fix
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 6.2-RELEASE i386
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 14 14:05:12 CST 2007
>Description:
- Typo fix: perl@@FreeBSD.org -> perl at FreeBSD.org
- Remove perl 5.6 check
- Bump PORTREVISION (MAINTAINER's change)

Port maintainer (perl@@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Net-Delicious-1.1.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/p5-Net-Delicious/Makefile /home/staff/gslin/work/ports/p5-Net-Delicious/Makefile
--- /usr/ports/net/p5-Net-Delicious/Makefile	Wed Mar 28 03:24:21 2007
+++ /home/staff/gslin/work/ports/p5-Net-Delicious/Makefile	Sat Mar 31 06:17:50 2007
@@ -7,12 +7,13 @@
 
 PORTNAME=	Net-Delicious
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
-MAINTAINER=	perl@@FreeBSD.org
+MAINTAINER=	perl at FreeBSD.org
 COMMENT=	OOP for managing posts on del.icio.us
 
 RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
@@ -46,10 +47,4 @@
 		Net::Delicious::Tag.3 \
 		Net::Delicious::User.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww
-IGNORE=	requires at least Perl 5.6 due to dependencies.  Please install lang/perl5.8 and try again
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- p5-Net-Delicious-1.1.1_1.patch ends here ---



More information about the freebsd-perl mailing list