Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 17:43:27 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183746: [PATCH] www/p5-FAQ-OMatic: Add STAGE support, take maintainership
Message-ID:  <201311071143.rA7BhR0Y097908@bofh.1asiacom.net>
Resent-Message-ID: <201311071150.rA7Bo2AQ093642@freefall.freebsd.org>

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

>Number:         183746
>Category:       ports
>Synopsis:       [PATCH] www/p5-FAQ-OMatic: Add STAGE support, take maintainership
>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:   Thu Nov 07 11:50:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r257540: Tue Nov  5 18:47:37
>Description:
[DESCRIBE CHANGES]
- Add STAGE support
- Take maintainership

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-FAQ-OMatic/2.719_1/84i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-FAQ-OMatic/2.719_1/84amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-FAQ-OMatic/2.719_1/92i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-FAQ-OMatic/2.719_1/92amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-FAQ-OMatic/2.719_1/10b3i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-FAQ-OMatic/2.719_1/10b3amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-FAQ-OMatic/2.719_1/11i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-FAQ-OMatic/2.719_1/11amd64-default.log

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-FAQ-OMatic-2.719_1.patch begins here ---
diff -ruN /usr/ports//www/p5-FAQ-OMatic/Makefile ./Makefile
--- /usr/ports//www/p5-FAQ-OMatic/Makefile	2013-09-21 05:36:50.000000000 +0600
+++ ./Makefile	2013-11-07 17:35:06.000000000 +0600
@@ -1,21 +1,21 @@
 # Created by: Seamus Venasse <svenasse@polaris.ca>
-# $FreeBSD: www/p5-FAQ-OMatic/Makefile 327776 2013-09-20 23:36:50Z bapt $
+# $FreeBSD: head/www/p5-FAQ-OMatic/Makefile 327776 2013-09-20 23:36:50Z bapt $
 
 PORTNAME=	FAQ-OMatic
 PORTVERSION=	2.719
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Perl API to manipulate FAQ-O-Matics
 
+LICENSE=	GPLv2
+
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		FAQ::OMatic::API.3
-
-NO_STAGE=	yes
 post-install:
 	@${CAT} ${WRKSRC}/install.notes
 
diff -ruN /usr/ports//www/p5-FAQ-OMatic/pkg-plist ./pkg-plist
--- /usr/ports//www/p5-FAQ-OMatic/pkg-plist	2012-07-14 20:29:18.000000000 +0600
+++ ./pkg-plist	2013-11-07 17:11:38.000000000 +0600
@@ -63,6 +63,7 @@
 %%SITE_PERL%%/FAQ/OMatic/API.pm
 %%SITE_PERL%%/FAQ/OMatic.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/FAQ/OMatic/.packlist
+%%PERL5_MAN3%%/FAQ::OMatic::API.3.gz
 @dirrmtry %%SITE_PERL%%/FAQ/OMatic
 @dirrmtry %%SITE_PERL%%/FAQ
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FAQ/OMatic
--- p5-FAQ-OMatic-2.719_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?201311071143.rA7BhR0Y097908>