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: ports/111044: [PATCH] net/p5-Net-Delicious: Typo fix Message-ID: <20070330221928.6399740@netnews.NCTU.edu.tw> Resent-Message-ID: <200703302220.l2UMK5Qf050562@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 111044 >Category: ports >Synopsis: [PATCH] net/p5-Net-Delicious: Typo fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 30 22:20:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.2-RELEASE i386 >Organization: >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 --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070330221928.6399740>