mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.35
- Add LICENSE - Strip shared library Changes: http://search.cpan.org/dist/Sys-Syslog/Changes
This commit is contained in:
parent
dbcc446b5e
commit
c205e8ac7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438015
2 changed files with 10 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Sys-Syslog
|
||||
PORTVERSION= 0.33
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.35
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -10,9 +9,14 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl interface to the UNIX syslog(3) calls
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/Syslog/Syslog.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Sys-Syslog-0.33.tar.gz) = d5d901d9d9333a66db95fb1c7692ff457f7c7ad17287b51a87e40734f7c2741d
|
||||
SIZE (Sys-Syslog-0.33.tar.gz) = 82440
|
||||
TIMESTAMP = 1491601192
|
||||
SHA256 (Sys-Syslog-0.35.tar.gz) = fe28e47b70b77aaae754385fe1470d174289e7b6908efa247d2e52486516fbb7
|
||||
SIZE (Sys-Syslog-0.35.tar.gz) = 83386
|
||||
|
|
Loading…
Add table
Reference in a new issue