Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2007 06:19:28 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        perl@FreeBSD.org, gslin@gslin.org
Subject:   [PATCH] net/p5-Net-Delicious: Typo fix
Message-ID:  <20070330221928.6399740@netnews.NCTU.edu.tw>

next in thread | raw e-mail | index | archive | help

>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@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@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 ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070330221928.6399740>