Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2013 02:01:56 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310355 - head/devel/p5-Thread-Suspend
Message-ID:  <201301140201.r0E21uis083806@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Jan 14 02:01:55 2013
New Revision: 310355
URL: http://svnweb.freebsd.org/changeset/ports/310355

Log:
  - Update to 1.22
  - Give maintainership to submitter
  - Remove unnecessary entry from pkg-plist
  
  PR:		ports/175134
  Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>

Modified:
  head/devel/p5-Thread-Suspend/Makefile
  head/devel/p5-Thread-Suspend/distinfo   (contents, props changed)
  head/devel/p5-Thread-Suspend/pkg-plist   (contents, props changed)

Modified: head/devel/p5-Thread-Suspend/Makefile
==============================================================================
--- head/devel/p5-Thread-Suspend/Makefile	Mon Jan 14 01:56:59 2013	(r310354)
+++ head/devel/p5-Thread-Suspend/Makefile	Mon Jan 14 02:01:55 2013	(r310355)
@@ -2,27 +2,31 @@
 # $FreeBSD$
 
 PORTNAME=	Thread-Suspend
-PORTVERSION=	1.21
+PORTVERSION=	1.22
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Thread
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	linpc@cs.nctu.edu.tw
 COMMENT=	Suspend and resume operations for threads
 
-RUN_DEPENDS=	p5-threads>=1.39:${PORTSDIR}/devel/p5-threads \
-		p5-threads-shared>=1.01:${PORTSDIR}/devel/p5-threads-shared
-BUILD_DEPENDS:=	${RUN_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN3=	Thread::Suspend.3
 
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500809
+RUN_DEPENDS+=	p5-threads>=1.39:${PORTSDIR}/devel/p5-threads \
+		p5-threads-shared>=1.01:${PORTSDIR}/devel/p5-threads-shared
+BUILD_DEPENDS:=	${RUN_DEPENDS}
+.endif
+
 pre-everything::
-	@${ECHO_MSG} "--------------------------------------------------------"
+	@${ECHO_MSG} "----------------------------------------------------------"
 	@${ECHO_MSG} "This module requires a threaded perl.  If your install"
-	@${ECHO_MSG} "is not threaded please install lang/perl5.8 with threads"
-	@${ECHO_MSG} "--------------------------------------------------------"
+	@${ECHO_MSG} "is not threaded please install lang/${PERL_PORT} with threads"
+	@${ECHO_MSG} "----------------------------------------------------------"
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Thread-Suspend/distinfo
==============================================================================
--- head/devel/p5-Thread-Suspend/distinfo	Mon Jan 14 01:56:59 2013	(r310354)
+++ head/devel/p5-Thread-Suspend/distinfo	Mon Jan 14 02:01:55 2013	(r310355)
@@ -1,2 +1,2 @@
-SHA256 (Thread-Suspend-1.21.tar.gz) = f86ee8c438a52fbc835a965652f5c3f1c591ae79310c805ca8461ccbae3dbe18
-SIZE (Thread-Suspend-1.21.tar.gz) = 7458
+SHA256 (Thread-Suspend-1.22.tar.gz) = c24640f31a8594d50057cf3cdd3ff36d897f10202d9c540fd638116855275d1b
+SIZE (Thread-Suspend-1.22.tar.gz) = 7943

Modified: head/devel/p5-Thread-Suspend/pkg-plist
==============================================================================
--- head/devel/p5-Thread-Suspend/pkg-plist	Mon Jan 14 01:56:59 2013	(r310354)
+++ head/devel/p5-Thread-Suspend/pkg-plist	Mon Jan 14 02:01:55 2013	(r310355)
@@ -1,6 +1,5 @@
 %%SITE_PERL%%/Thread/Suspend.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread/Suspend/.packlist
-@dirrmtry %%SITE_PERL%%/Thread/Suspend
 @dirrmtry %%SITE_PERL%%/Thread
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread/Suspend
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301140201.r0E21uis083806>