svn commit: r379692 - head/devel/p5-Async-Interrupt
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 23 16:21:44 UTC 2015
Author: sunpoet
Date: Mon Feb 23 16:21:42 2015
New Revision: 379692
URL: https://svnweb.freebsd.org/changeset/ports/379692
QAT: https://qat.redports.org/buildarchive/r379692/
Log:
- Update to 1.21
- Remove DISTNAME
Changes: http://search.cpan.org/dist/Async-Interrupt/Changes
Modified:
head/devel/p5-Async-Interrupt/Makefile
head/devel/p5-Async-Interrupt/distinfo
Modified: head/devel/p5-Async-Interrupt/Makefile
==============================================================================
--- head/devel/p5-Async-Interrupt/Makefile Mon Feb 23 16:21:36 2015 (r379691)
+++ head/devel/p5-Async-Interrupt/Makefile Mon Feb 23 16:21:42 2015 (r379692)
@@ -2,12 +2,10 @@
# $FreeBSD$
PORTNAME= Async-Interrupt
-PORTVERSION= 1.20
-PORTREVISION= 1
+PORTVERSION= 1.21
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= perl at FreeBSD.org
COMMENT= Allow C/XS libraries to interrupt perl asynchronously
@@ -16,7 +14,7 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
-RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
Modified: head/devel/p5-Async-Interrupt/distinfo
==============================================================================
--- head/devel/p5-Async-Interrupt/distinfo Mon Feb 23 16:21:36 2015 (r379691)
+++ head/devel/p5-Async-Interrupt/distinfo Mon Feb 23 16:21:42 2015 (r379692)
@@ -1,2 +1,2 @@
-SHA256 (Async-Interrupt-1.2.tar.gz) = 6aad888284c6f3461d903a1e273e1c4fb4d83e6606d5b4b2e4427211d52b3c77
-SIZE (Async-Interrupt-1.2.tar.gz) = 33243
+SHA256 (Async-Interrupt-1.21.tar.gz) = 63dec7c95a4c41cf1e60847068c7850ff3e7b04d02fdc11208183971d6d15f24
+SIZE (Async-Interrupt-1.21.tar.gz) = 33918
More information about the svn-ports-head
mailing list