Bug 175134 - [PATCH] devel/p5-Thread-Suspend: update to 1.22, take maintainership
Summary: [PATCH] devel/p5-Thread-Suspend: update to 1.22, 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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-08 14:10 UTC by Po-Chien Lin
Modified: 2013-01-14 02:10 UTC (History)
0 users

See Also:


Attachments
p5-Thread-Suspend-1.22.patch (2.62 KB, patch)
2013-01-08 14:10 UTC, Po-Chien Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chien Lin 2013-01-08 14:10:02 UTC
- Update to 1.22
- Take maintainership
- Remove unnecessary entry from pkg-plist
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-08 14:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-01-14 02:02:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-14 02:02:04 UTC
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
_______________________________________________
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"