1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Move devel/p5-Sys-Cpu to devel/p5-Sys-CPU

- Strip shared library
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for dependency change
- Pass maintainership to perl@
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-27 13:25:43 +00:00
parent 34bc3f163f
commit 2c0bfe9da5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463142
9 changed files with 12 additions and 9 deletions

View File

@ -3367,7 +3367,7 @@
SUBDIR += p5-Symbol-Util
SUBDIR += p5-Syntax-Keyword-Gather
SUBDIR += p5-Syntax-Keyword-Junction
SUBDIR += p5-Sys-Cpu
SUBDIR += p5-Sys-CPU
SUBDIR += p5-Sys-Info
SUBDIR += p5-Sys-Info-Base
SUBDIR += p5-Sys-Info-Driver-BSD

View File

@ -2,7 +2,7 @@
PORTNAME= creduce
DISTVERSION= 2.7.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://embed.cs.utah.edu/creduce/
@ -17,7 +17,7 @@ RUN_DEPENDS= llvm-config40:devel/llvm40 \
p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \
p5-File-Which>=0:sysutils/p5-File-Which \
p5-Regexp-Common>=0:textproc/p5-Regexp-Common \
p5-Sys-CPU>=0:devel/p5-Sys-Cpu \
p5-Sys-CPU>=0:devel/p5-Sys-CPU \
p5-Getopt-Tabular>=0:devel/p5-Getopt-Tabular
BROKEN_powerpc64= fails to configure: cannot compile and link test program with selected LLVM

View File

@ -3,15 +3,18 @@
PORTNAME= Sys-CPU
PORTVERSION= 0.52
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Sys::CPU - Perl extension for getting CPU information
USES= dos2unix perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/CPU/CPU.so
.include <bsd.port.mk>

View File

@ -2,7 +2,7 @@
PORTNAME= zoneminder-h264
PORTVERSION= 1.30.20170222
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia
MAINTAINER= bsd@abinet.ru
@ -18,7 +18,7 @@ ZM_DEPENDS= p5-DBI>=0:databases/p5-DBI \
p5-Test-LWP-UserAgent>=0:www/p5-Test-LWP-UserAgent \
p5-Sys-Mmap>=0:devel/p5-Sys-Mmap \
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
p5-Sys-CPU>=0:devel/p5-Sys-Cpu \
p5-Sys-CPU>=0:devel/p5-Sys-CPU \
p5-Sys-MemInfo>=0:devel/p5-Sys-MemInfo \
p5-Data-Dump>=0:devel/p5-Data-Dump \
p5-SOAP-WSDL>=0:devel/p5-SOAP-WSDL \

View File

@ -2,7 +2,7 @@
PORTNAME= zoneminder
PORTVERSION= 1.30.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia
MAINTAINER= bsd@abinet.ru
@ -18,7 +18,7 @@ ZM_DEPENDS= p5-DBI>=0:databases/p5-DBI \
p5-Test-LWP-UserAgent>=0:www/p5-Test-LWP-UserAgent \
p5-Sys-Mmap>=0:devel/p5-Sys-Mmap \
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
p5-Sys-CPU>=0:devel/p5-Sys-Cpu \
p5-Sys-CPU>=0:devel/p5-Sys-CPU \
p5-Sys-MemInfo>=0:devel/p5-Sys-MemInfo \
p5-Data-Dump>=0:devel/p5-Data-Dump \
p5-SOAP-WSDL>=0:devel/p5-SOAP-WSDL \