Bug 189372 - [PATCH] devel/p5-File-LibMagic: update to 1.01
Summary: [PATCH] devel/p5-File-LibMagic: update to 1.01
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-05 16:20 UTC by Po-Chuan Hsieh
Modified: 2014-05-19 19:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-File-LibMagic-1.01.patch (914 bytes, patch)
2014-05-05 16:20 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-05 16:20:00 UTC
- Update to 1.01
- Add LICENSE

Changes:	http://search.cpan.org/dist/File-LibMagic/Changes

Port maintainer (tj@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-05 16:20:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tj

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-19 19:43:23 UTC
Responsible Changed
From-To: tj->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-19 19:44:48 UTC
Author: sunpoet
Date: Mon May 19 18:44:41 2014
New Revision: 354579
URL: http://svnweb.freebsd.org/changeset/ports/354579
QAT: https://qat.redports.org/buildarchive/r354579/

Log:
  - Update to 1.01
  - Add LICENSE
  
  Changes:	http://search.cpan.org/dist/File-LibMagic/Changes
  PR:		ports/189372
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/devel/p5-File-LibMagic/Makefile
  head/devel/p5-File-LibMagic/distinfo

Modified: head/devel/p5-File-LibMagic/Makefile
==============================================================================
--- head/devel/p5-File-LibMagic/Makefile	Mon May 19 18:44:36 2014	(r354578)
+++ head/devel/p5-File-LibMagic/Makefile	Mon May 19 18:44:41 2014	(r354579)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	File-LibMagic
-PORTVERSION=	1.00
+PORTVERSION=	1.01
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -9,6 +9,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tj@FreeBSD.org
 COMMENT=	Nice wrapper for libmagic
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-File-LibMagic/distinfo
==============================================================================
--- head/devel/p5-File-LibMagic/distinfo	Mon May 19 18:44:36 2014	(r354578)
+++ head/devel/p5-File-LibMagic/distinfo	Mon May 19 18:44:41 2014	(r354579)
@@ -1,2 +1,2 @@
-SHA256 (File-LibMagic-1.00.tar.gz) = ead63c668e5ba0bb5dc55ced159ddf8f9d1afea1af7b9f5168d124d77c9045b1
-SIZE (File-LibMagic-1.00.tar.gz) = 71549
+SHA256 (File-LibMagic-1.01.tar.gz) = ca683da5e4582f4a61a331e8793283c2db85c205818ac784fa3ac03983fdccdd
+SIZE (File-LibMagic-1.01.tar.gz) = 71711
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-19 19:47:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!