mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
- 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>
This commit is contained in:
parent
6ae7b34408
commit
9d0872253f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310355
@ -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
|
||||
|
||||
pre-everything::
|
||||
@${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} "--------------------------------------------------------"
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.include <bsd.port.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} "This module requires a threaded perl. If your install"
|
||||
@${ECHO_MSG} "is not threaded please install lang/${PERL_PORT} with threads"
|
||||
@${ECHO_MSG} "----------------------------------------------------------"
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user