Bug 175348 - [PATCH] print/p5-Net-Printer: update to 1.11, take maintainership
Summary: [PATCH] print/p5-Net-Printer: update to 1.11, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-16 09:10 UTC by Muhammad Moinur Rahman
Modified: 2013-01-18 08:10 UTC (History)
0 users

See Also:


Attachments
p5-Net-Printer-1.11.patch (1.18 KB, patch)
2013-01-16 09:10 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-16 09:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-01-16 12:11:41 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-18 08:04:14 UTC
Author: culot
Date: Fri Jan 18 08:04:07 2013
New Revision: 310588
URL: http://svnweb.freebsd.org/changeset/ports/310588

Log:
  - Update to 1.11 [1]
  - Add LICENSE (BSD)
  
  Changes:	http://search.cpan.org/dist/Net-Printer/ChangeLog
  PR:		ports/175348 [1]
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)

Modified:
  head/print/p5-Net-Printer/Makefile
  head/print/p5-Net-Printer/distinfo

Modified: head/print/p5-Net-Printer/Makefile
==============================================================================
--- head/print/p5-Net-Printer/Makefile	Fri Jan 18 07:47:41 2013	(r310587)
+++ head/print/p5-Net-Printer/Makefile	Fri Jan 18 08:04:07 2013	(r310588)
@@ -2,14 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	Net-Printer
-PORTVERSION=	1.05
+PORTVERSION=	1.11
 CATEGORIES=	print perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Perl extension for direct-to-lpd printing
 
+LICENSE=	BSD
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Net::Printer.3

Modified: head/print/p5-Net-Printer/distinfo
==============================================================================
--- head/print/p5-Net-Printer/distinfo	Fri Jan 18 07:47:41 2013	(r310587)
+++ head/print/p5-Net-Printer/distinfo	Fri Jan 18 08:04:07 2013	(r310588)
@@ -1,2 +1,2 @@
-SHA256 (Net-Printer-1.05.tar.gz) = 8fff2ca22f45f600cd44da054582f3326b0111f0b66c670c1c3b6dc5047008b5
-SIZE (Net-Printer-1.05.tar.gz) = 11403
+SHA256 (Net-Printer-1.11.tar.gz) = e795cb594883ce056f129593b531ff6700e31f8d3ea2e16005444b66546f3e93
+SIZE (Net-Printer-1.11.tar.gz) = 11823
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-01-18 08:04:18 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!