From markun@onohara.to  Mon Sep 25 18:19:14 2006
Return-Path: <markun@onohara.to>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B5EC616A412;
	Mon, 25 Sep 2006 18:19:14 +0000 (UTC)
	(envelope-from markun@onohara.to)
Received: from gate.onohara.to (gate.onohara.to [202.222.28.229])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 702E243D7F;
	Mon, 25 Sep 2006 18:19:14 +0000 (GMT)
	(envelope-from markun@onohara.to)
Received: by gate.onohara.to (Postfix, from userid 1000)
	id 0E7432A429; Tue, 26 Sep 2006 03:19:13 +0900 (JST)
Message-Id: <20060925181913.0E7432A429@gate.onohara.to>
Date: Tue, 26 Sep 2006 03:19:13 +0900 (JST)
From: Masahiro Teramoto <markun@onohara.to>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc: sumikawa@FreeBSD.org
Subject: [PATCH] textproc/p5-Plagger: add two more options in OPTONS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103643
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Plagger: add two more options in OPTONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sumikawa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 25 18:20:14 GMT 2006
>Closed-Date:    Tue Sep 26 08:53:31 JST 2006
>Last-Modified:  Tue Sep 26 00:00:40 GMT 2006
>Originator:     Masahiro Teramoto <markun@onohara.to>
>Release:        FreeBSD 4.11-RELEASE-p21 i386
>Organization:
>Environment:
System: FreeBSD gate.onohara.to 4.11-RELEASE-p21 FreeBSD 4.11-RELEASE-p21 #0: Thu Sep 7 22:37:27 JST 2006 root@gate.onohara.to:/usr/obj/usr/src/sys/RENTALv6 i386


	
>Description:
	- Enable Subscription::FOAF Support
	- Enable CustomFeed::SVNLog Support

>How-To-Repeat:
	
>Fix:


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Plagger/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	19 Sep 2006 16:16:42 -0000	1.12
+++ Makefile	25 Sep 2006 17:29:57 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Plagger
 PORTVERSION=	0.7.12
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../by-authors/id/M/MI/MIYAGAWA
@@ -69,6 +70,7 @@
 		FILSPAMASSN "Filter-SpamAssassin Support" off \
 		PROFANITY "Filter::Profanity Support" off \
 		HATENARSS "Subscription::HatenaRSS Support" off \
+		SUBSCRFOAF "Subscription::FOAF Support" off \
 		NOTIFYIRC "Notify::IRC Support" off \
 		AGRXANGO "Aggregator::Xango Support" off \
 		HATENADIARY "Filter::HatenaDiaryKeywordLink Support" off \
@@ -80,12 +82,11 @@
 		BLOGLINES "Subscription::Bloglines Support" on \
 		BABELFISH "Filter::Babelfish Support" off \
 		CUSFEEDMIXI "CustomFeed::Mixi Support" off \
+		CUSTOMSVNLOG "CustomFeed::SVNLog Support" off \
 		NTFYNETSEND "Notify::NetSend Support" off \
 		FILHTMLSCRB "Filter::HTMLScrubber Support" on \
 		PLANETINI "Subscription::PlanetINI Support" off
 # The below options are not supported yet due to missing depending modules
-#		CUSTOMSVNLOG "CustomFeed::SVNLog Support" off \
-#		SUBSCRFOAF "Subscription::FOAF Support" off \
 #		GUESSLANGUAGE "Filter::GuessLanguage Support" off \
 #		PINGSERVER "Subscription::PingServer Support" off \
 #		PUBLISHSWF "Publish::SWF Support" off \
@@ -226,6 +227,10 @@
 BUILD_DEPENDS+=	${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
 .endif
 
+.if defined(WITH_SUBSCRFOAF)
+BUILD_DEPENDS+=	${SITE_PERL}/XML/FOAF.pm:${PORTSDIR}/textproc/p5-XML-FOAF
+.endif
+
 .if defined(WITH_NOTIFYIRC)
 BUILD_DEPENDS+=	${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
 		${SITE_PERL}/POE/Component/IKC.pm:${PORTSDIR}/devel/p5-POE-Component-IKC
@@ -276,6 +281,10 @@
 BUILD_DEPENDS+=	${SITE_PERL}/WWW/Mixi.pm:${PORTSDIR}/www/p5-WWW-Mixi
 .endif
 
+.if defined(WITH_CUSTOMSVNLOG)
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/SVN/Client.pm:${PORTSDIR}/devel/subversion-perl
+.endif
+
 .if defined(WITH_NTFYNETSEND)
 BUILD_DEPENDS+=	${SITE_PERL}/Net/NetSend.pm:${PORTSDIR}/net-im/p5-Net-NetSend
 .endif
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sumikawa 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Sep 25 18:20:23 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103643 
State-Changed-From-To: open->closed 
State-Changed-By: sumikawa 
State-Changed-When: Tue Sep 26 08:53:18 JST 2006 
State-Changed-Why:  
Commited, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103643 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103643: commit references a PR
Date: Mon, 25 Sep 2006 23:52:49 +0000 (UTC)

 sumikawa    2006-09-25 23:52:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-Plagger  Makefile 
   Log:
   - Add 4 more options.
   - Fix plist.
   
   PR:             ports/103643
   Submitted by:   Masahiro Teramoto <markun@onohara.to>
   
   Revision  Changes    Path
   1.13      +31 -4     ports/textproc/p5-Plagger/Makefile
 _______________________________________________
 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"
 
>Unformatted:
