From jadawin@huppa.tuxaco.net  Wed Oct 17 14:44:46 2007
Return-Path: <jadawin@huppa.tuxaco.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1A05516A417
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Oct 2007 14:44:46 +0000 (UTC)
	(envelope-from jadawin@huppa.tuxaco.net)
Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193])
	by mx1.freebsd.org (Postfix) with ESMTP id D0A9D13C48E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Oct 2007 14:44:45 +0000 (UTC)
	(envelope-from jadawin@huppa.tuxaco.net)
Received: from localhost (unknown [127.0.0.1])
	by huppa.tuxaco.net (Postfix) with ESMTP id EC070ED61
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Oct 2007 16:46:08 +0200 (CEST)
Received: from huppa.tuxaco.net ([127.0.0.1])
	by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id AcxWMCfQVMEe for <FreeBSD-gnats-submit@freebsd.org>;
	Wed, 17 Oct 2007 16:46:06 +0200 (CEST)
Received: by huppa.tuxaco.net (Postfix, from userid 1001)
	id 116B9E5C1; Wed, 17 Oct 2007 16:46:06 +0200 (CEST)
Message-Id: <20071017144606.116B9E5C1@huppa.tuxaco.net>
Date: Wed, 17 Oct 2007 16:46:06 +0200 (CEST)
From: Philippe Audeoud <jadawin@tuxaco.net>
Reply-To: Philippe Audeoud <jadawin@tuxaco.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] : update to 0.08 and take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117274
>Category:       ports
>Synopsis:       [update] : textproc/p5-PDF-Create - update to 0.08 and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 17 14:50:01 UTC 2007
>Closed-Date:    Tue Oct 23 12:19:38 UTC 2007
>Last-Modified:  Tue Oct 23 14:40:01 UTC 2007
>Originator:     Philippe Audeoud
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD huppa.tuxaco.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Mar 20 16:05:42 CET 2007 root@:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Here is the patch to update textproc/p5-PDF-Create to 0.08 and i take matainership.	
>How-To-Repeat:
	
>Fix:

	

--- patch-p5-PDF-Create.1 begins here ---
diff -ruN p5-PDF-Create.orig/Makefile p5-PDF-Create/Makefile
--- p5-PDF-Create.orig/Makefile	Wed Oct 17 16:37:19 2007
+++ p5-PDF-Create/Makefile	Wed Oct 17 16:38:31 2007
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	PDF-Create
-PORTVERSION= 	0.01
+PORTVERSION=	0.08
 CATEGORIES=	textproc perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	File/FTASSIN
+MASTER_SITES=	http://cpan.enstimac.fr/authors/id/M/MA/MARKUSB/
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=     ports@FreeBSD.org
+MAINTAINER=	jadawin@tuxaco.net
 COMMENT=	A perl script to convert text files to PDF files
 
 PERL_CONFIGURE=	yes
diff -ruN p5-PDF-Create.orig/distinfo p5-PDF-Create/distinfo
--- p5-PDF-Create.orig/distinfo	Wed Oct 17 16:37:19 2007
+++ p5-PDF-Create/distinfo	Wed Oct 17 16:38:31 2007
@@ -1,3 +1,3 @@
-MD5 (PDF-Create-0.01.tar.gz) = 5e00110a0e5a9b91d383510b6e797f40
-SHA256 (PDF-Create-0.01.tar.gz) = 605286d7d8e3fa1c928a842977fe193e76e0d0bd3f02470ae0b945e68534d17a
-SIZE (PDF-Create-0.01.tar.gz) = 12561
+MD5 (PDF-Create-0.08.tar.gz) = 43624c186d112eb1a8abaedefc40d4a8
+SHA256 (PDF-Create-0.08.tar.gz) = 691297f84ab2a006e013e309911a8a8c4102420ba4ba540c52d949bb6c9af4c5
+SIZE (PDF-Create-0.08.tar.gz) = 60570
diff -ruN p5-PDF-Create.orig/pkg-plist p5-PDF-Create/pkg-plist
--- p5-PDF-Create.orig/pkg-plist	Wed Oct 17 16:37:19 2007
+++ p5-PDF-Create/pkg-plist	Wed Oct 17 16:38:31 2007
@@ -3,7 +3,10 @@
 %%SITE_PERL%%/PDF/Create/Outline.pm
 %%SITE_PERL%%/PDF/sample.pl
 %%SITE_PERL%%/PDF/Create.pm
+%%SITE_PERL%%/PDF/Image/GIFImage.pm
+%%SITE_PERL%%/PDF/Image/JPEGImage.pm
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Create
 @dirrm %%SITE_PERL%%/PDF/Create
+@dirrm %%SITE_PERL%%/PDF/Image
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF
 @dirrmtry %%SITE_PERL%%/PDF
--- patch-p5-PDF-Create.1 ends here ---


>Release-Note:
>Audit-Trail:

From: Philippe Audeoud <jadawin@tuxaco.net>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/117274: [update] : update to 0.08 and take maintainership
Date: Thu, 18 Oct 2007 17:39:39 +0200

 --17pEHd4RhPHOinZp
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On mer, 17 oct 2007, FreeBSD-gnats-submit@FreeBSD.org wrote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `ports/117274'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs.=20
 >=20
 > You can access the state of your problem report at any time
 > via this link:
 >=20
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D117274
 >=20
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       [update] : update to 0.08 and take maintainership
 > >Arrival-Date:   Wed Oct 17 14:50:01 UTC 2007
 
 Ok, my fault. Here the new patch.
 
 --=20
 Philippe Aud=E9oud
 
 --17pEHd4RhPHOinZp
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch-p5-PDF-Create.1"
 
 diff -ruN textproc/p5-PDF-Create.orig/Makefile textproc/p5-PDF-Create/Makefile
 --- textproc/p5-PDF-Create.orig/Makefile	Wed Oct 17 16:37:19 2007
 +++ textproc/p5-PDF-Create/Makefile	Wed Oct 17 16:38:31 2007
 @@ -6,13 +6,12 @@
  #
  
  PORTNAME=	PDF-Create
 -PORTVERSION= 	0.01
 +PORTVERSION=	0.08
  CATEGORIES=	textproc perl5
 -MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 -MASTER_SITE_SUBDIR=	File/FTASSIN
 +MASTER_SITES=	http://cpan.enstimac.fr/authors/id/M/MA/MARKUSB/
  PKGNAMEPREFIX=	p5-
  
 -MAINTAINER=     ports@FreeBSD.org
 +MAINTAINER=	jadawin@tuxaco.net
  COMMENT=	A perl script to convert text files to PDF files
  
  PERL_CONFIGURE=	yes
 diff -ruN p5-PDF-Create.orig/distinfo p5-PDF-Create/distinfo
 --- p5-PDF-Create.orig/distinfo	Wed Oct 17 16:37:19 2007
 +++ p5-PDF-Create/distinfo	Wed Oct 17 16:38:31 2007
 @@ -1,3 +1,3 @@
 -MD5 (PDF-Create-0.01.tar.gz) = 5e00110a0e5a9b91d383510b6e797f40
 -SHA256 (PDF-Create-0.01.tar.gz) = 605286d7d8e3fa1c928a842977fe193e76e0d0bd3f02470ae0b945e68534d17a
 -SIZE (PDF-Create-0.01.tar.gz) = 12561
 +MD5 (PDF-Create-0.08.tar.gz) = 43624c186d112eb1a8abaedefc40d4a8
 +SHA256 (PDF-Create-0.08.tar.gz) = 691297f84ab2a006e013e309911a8a8c4102420ba4ba540c52d949bb6c9af4c5
 +SIZE (PDF-Create-0.08.tar.gz) = 60570
 diff -ruN p5-PDF-Create.orig/pkg-plist p5-PDF-Create/pkg-plist
 --- p5-PDF-Create.orig/pkg-plist	Wed Oct 17 16:37:19 2007
 +++ p5-PDF-Create/pkg-plist	Wed Oct 17 16:38:31 2007
 @@ -3,7 +3,10 @@
  %%SITE_PERL%%/PDF/Create/Outline.pm
  %%SITE_PERL%%/PDF/sample.pl
  %%SITE_PERL%%/PDF/Create.pm
 +%%SITE_PERL%%/PDF/Image/GIFImage.pm
 +%%SITE_PERL%%/PDF/Image/JPEGImage.pm
  @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Create
  @dirrm %%SITE_PERL%%/PDF/Create
 +@dirrm %%SITE_PERL%%/PDF/Image
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF
  @dirrmtry %%SITE_PERL%%/PDF
 
 --17pEHd4RhPHOinZp--

From: Philippe Audeoud <jadawin@tuxaco.net>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/117274: [update] : update to 0.08 and take maintainership
Date: Thu, 18 Oct 2007 17:42:57 +0200

 --K8nIJk4ghYZn606h
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On mer, 17 oct 2007, FreeBSD-gnats-submit@FreeBSD.org wrote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `ports/117274'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs.=20
 >=20
 > You can access the state of your problem report at any time
 > via this link:
 >=20
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D117274
 >=20
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       [update] : update to 0.08 and take maintainership
 > >Arrival-Date:   Wed Oct 17 14:50:01 UTC 2007
 
 Damned. Sorry, i didn't have enough coffee.
 It should be good this time.
 
 --=20
 Philippe Aud=E9oud.
 
 --K8nIJk4ghYZn606h
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch-p5-PDF-Create.1"
 
 diff -ruN textproc/p5-PDF-Create.orig/Makefile textproc/p5-PDF-Create/Makefile
 --- textproc/p5-PDF-Create.orig/Makefile	Wed Oct 17 16:37:19 2007
 +++ textproc/p5-PDF-Create/Makefile	Wed Oct 17 16:38:31 2007
 @@ -6,13 +6,12 @@
  #
  
  PORTNAME=	PDF-Create
 -PORTVERSION= 	0.01
 +PORTVERSION=	0.08
  CATEGORIES=	textproc perl5
 -MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 -MASTER_SITE_SUBDIR=	File/FTASSIN
 +MASTER_SITES=	http://cpan.enstimac.fr/authors/id/M/MA/MARKUSB/
  PKGNAMEPREFIX=	p5-
  
 -MAINTAINER=     ports@FreeBSD.org
 +MAINTAINER=	jadawin@tuxaco.net
  COMMENT=	A perl script to convert text files to PDF files
  
  PERL_CONFIGURE=	yes
 diff -ruN textproc/p5-PDF-Create.orig/distinfo textproc/p5-PDF-Create/distinfo
 --- textproc/p5-PDF-Create.orig/distinfo	Wed Oct 17 16:37:19 2007
 +++ textproc/p5-PDF-Create/distinfo	Wed Oct 17 16:38:31 2007
 @@ -1,3 +1,3 @@
 -MD5 (PDF-Create-0.01.tar.gz) = 5e00110a0e5a9b91d383510b6e797f40
 -SHA256 (PDF-Create-0.01.tar.gz) = 605286d7d8e3fa1c928a842977fe193e76e0d0bd3f02470ae0b945e68534d17a
 -SIZE (PDF-Create-0.01.tar.gz) = 12561
 +MD5 (PDF-Create-0.08.tar.gz) = 43624c186d112eb1a8abaedefc40d4a8
 +SHA256 (PDF-Create-0.08.tar.gz) = 691297f84ab2a006e013e309911a8a8c4102420ba4ba540c52d949bb6c9af4c5
 +SIZE (PDF-Create-0.08.tar.gz) = 60570
 diff -ruN textproc/p5-PDF-Create.orig/pkg-plist textproc/p5-PDF-Create/pkg-plist
 --- textproc/p5-PDF-Create.orig/pkg-plist	Wed Oct 17 16:37:19 2007
 +++ textproc/p5-PDF-Create/pkg-plist	Wed Oct 17 16:38:31 2007
 @@ -3,7 +3,10 @@
  %%SITE_PERL%%/PDF/Create/Outline.pm
  %%SITE_PERL%%/PDF/sample.pl
  %%SITE_PERL%%/PDF/Create.pm
 +%%SITE_PERL%%/PDF/Image/GIFImage.pm
 +%%SITE_PERL%%/PDF/Image/JPEGImage.pm
  @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Create
  @dirrm %%SITE_PERL%%/PDF/Create
 +@dirrm %%SITE_PERL%%/PDF/Image
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF
  @dirrmtry %%SITE_PERL%%/PDF
 
 --K8nIJk4ghYZn606h--
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Oct 20 12:26:20 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117274 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Oct 23 12:19:37 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117274: commit references a PR
Date: Tue, 23 Oct 2007 14:34:07 +0000 (UTC)

 miwi        2007-10-23 12:19:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-PDF-Create Makefile distinfo pkg-plist 
   Log:
   - Update to 0.08
   - Pass maintainership to submitter
   
   PR:             117274
   Submitted by:   Philippe Audeoud <jadawin@tuxaco.net>
   
   Revision  Changes    Path
   1.6       +3 -4      ports/textproc/p5-PDF-Create/Makefile
   1.4       +3 -3      ports/textproc/p5-PDF-Create/distinfo
   1.5       +3 -0      ports/textproc/p5-PDF-Create/pkg-plist
 _______________________________________________
 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:
