Bug 185988

Summary: sysutils/p5-BSD-Sysctl fix for FreeBSD 10
Product: Ports & Packages Reporter: david
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description david 2014-01-22 09:40:02 UTC
http://beefy1.isc.freebsd.org/bulk/10i386-default/2014-01-02_11h07m14s/logs/p5-BSD-Sysctl-0.10.log

Fix: 

The fix to this problem appears in release 0.11 available on CPAN. Upgrade source package from 0.10 to 0.11 to repair the ports build.
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2014-01-22 14:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-23 19:49:45 UTC
Author: culot
Date: Thu Jan 23 19:49:36 2014
New Revision: 340850
URL: http://svnweb.freebsd.org/changeset/ports/340850
QAT: https://qat.redports.org/buildarchive/r340850/

Log:
  - Update to 0.11 [1]
  - Add LICENSE (Artistic 1 & GPL 1)
  
  PR:		ports/185988 [1]
  Submitted by: 	David Landgren <david@landgren.net> (maintainer)

Modified:
  head/sysutils/p5-BSD-Sysctl/Makefile
  head/sysutils/p5-BSD-Sysctl/distinfo

Modified: head/sysutils/p5-BSD-Sysctl/Makefile
==============================================================================
--- head/sysutils/p5-BSD-Sysctl/Makefile	Thu Jan 23 18:59:49 2014	(r340849)
+++ head/sysutils/p5-BSD-Sysctl/Makefile	Thu Jan 23 19:49:36 2014	(r340850)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	BSD-Sysctl
-PORTVERSION=	0.10
+PORTVERSION=	0.11
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	david@landgren.net
 COMMENT=	Fetch sysctl values from BSD-like systems
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/sysutils/p5-BSD-Sysctl/distinfo
==============================================================================
--- head/sysutils/p5-BSD-Sysctl/distinfo	Thu Jan 23 18:59:49 2014	(r340849)
+++ head/sysutils/p5-BSD-Sysctl/distinfo	Thu Jan 23 19:49:36 2014	(r340850)
@@ -1,2 +1,2 @@
-SHA256 (BSD-Sysctl-0.10.tar.gz) = 19dd258db0748534b591a562c7eebe2ac0aa64854abb414de8b9bbcf54027645
-SIZE (BSD-Sysctl-0.10.tar.gz) = 23829
+SHA256 (BSD-Sysctl-0.11.tar.gz) = f527c53137c0f9c348699273eee9b54b508555e9b83b2622e0f4c759f4260985
+SIZE (BSD-Sysctl-0.11.tar.gz) = 24166
_______________________________________________
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 3 Frederic Culot freebsd_committer freebsd_triage 2014-01-23 19:49:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!