[Midnightbsd-cvs] mports [22900] trunk/sysutils: update several ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Oct 4 14:55:51 EDT 2017
Revision: 22900
http://svnweb.midnightbsd.org/mports/?rev=22900
Author: laffer1
Date: 2017-10-04 14:55:50 -0400 (Wed, 04 Oct 2017)
Log Message:
-----------
update several ports
Modified Paths:
--------------
trunk/sysutils/di/Makefile
trunk/sysutils/di/distinfo
trunk/sysutils/di/pkg-descr
trunk/sysutils/di/pkg-plist
trunk/sysutils/p5-File-Which/Makefile
trunk/sysutils/p5-File-Which/distinfo
trunk/sysutils/p5-File-Which/pkg-descr
trunk/sysutils/p5-Unix-Processors/Makefile
trunk/sysutils/p5-Unix-Processors/distinfo
Modified: trunk/sysutils/di/Makefile
===================================================================
--- trunk/sysutils/di/Makefile 2017-10-04 18:55:38 UTC (rev 22899)
+++ trunk/sysutils/di/Makefile 2017-10-04 18:55:50 UTC (rev 22900)
@@ -3,7 +3,7 @@
# $MidnightBSD$
PORTNAME= di
-PORTVERSION= 4.43
+PORTVERSION= 4.44
CATEGORIES= sysutils
MASTER_SITES= https://gentoo.com/di/ \
http://www.cyberbotx.com/di/
@@ -11,12 +11,18 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Disk Information Utility
-LICENSE= other
+LICENSE= zlib
LICENSE_FILE= ${WRKSRC}/LICENSE
MAKE_ENV= prefix="${PREFIX}"
MAKE_ARGS= -e
+OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
+
+NLS_USES= gettext
+NLS_MAKE_ENV_OFF= DI_NO_NLS=T
+
post-patch:
@${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/C/di.c
Modified: trunk/sysutils/di/distinfo
===================================================================
--- trunk/sysutils/di/distinfo 2017-10-04 18:55:38 UTC (rev 22899)
+++ trunk/sysutils/di/distinfo 2017-10-04 18:55:50 UTC (rev 22900)
@@ -1,2 +1,3 @@
-SHA256 (di-4.43.tar.gz) = c8374d2ab7a82274d733be01639f48440accf4c70c70b152f5fa3b1c8a9745e0
-SIZE (di-4.43.tar.gz) = 267160
+TIMESTAMP = 1501215782
+SHA256 (di-4.44.tar.gz) = 963d00cadbf5a115ff31b31b0d6141be751c7b0a209e50990cb78e36d1a50320
+SIZE (di-4.44.tar.gz) = 267509
Modified: trunk/sysutils/di/pkg-descr
===================================================================
--- trunk/sysutils/di/pkg-descr 2017-10-04 18:55:38 UTC (rev 22899)
+++ trunk/sysutils/di/pkg-descr 2017-10-04 18:55:50 UTC (rev 22900)
@@ -4,4 +4,4 @@
desire/prefer/are used to. It is designed to be portable
across many platforms.
-WWW: http://www.gentoo.com/di/
+WWW: https://gentoo.com/di/
Modified: trunk/sysutils/di/pkg-plist
===================================================================
--- trunk/sysutils/di/pkg-plist 2017-10-04 18:55:38 UTC (rev 22899)
+++ trunk/sysutils/di/pkg-plist 2017-10-04 18:55:50 UTC (rev 22900)
@@ -1,3 +1,6 @@
bin/di
bin/mi
man/man1/di.1.gz
+%%NLS%%share/locale/de/LC_MESSAGES/di.mo
+%%NLS%%share/locale/en/LC_MESSAGES/di.mo
+%%NLS%%share/locale/es/LC_MESSAGES/di.mo
Modified: trunk/sysutils/p5-File-Which/Makefile
===================================================================
--- trunk/sysutils/p5-File-Which/Makefile 2017-10-04 18:55:38 UTC (rev 22899)
+++ trunk/sysutils/p5-File-Which/Makefile 2017-10-04 18:55:50 UTC (rev 22900)
@@ -1,15 +1,16 @@
# $MidnightBSD$
PORTNAME= File-Which
-PORTVERSION= 1.21
+PORTVERSION= 1.22
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports at MidnightBSD.org
-COMMENT= Portable implementation of `which' in Perl
+COMMENT= Portable implementation of which(1) in Perl
-LICENSE= perl
+LICENSE= artistic gpl
+LICENSE_COMB= dual
PERL_CONFIGURE= yes
Modified: trunk/sysutils/p5-File-Which/distinfo
===================================================================
--- trunk/sysutils/p5-File-Which/distinfo 2017-10-04 18:55:38 UTC (rev 22899)
+++ trunk/sysutils/p5-File-Which/distinfo 2017-10-04 18:55:50 UTC (rev 22900)
@@ -1,2 +1,3 @@
-SHA256 (File-Which-1.21.tar.gz) = 9def5f10316bfd944e56b7f8a2501be1d44c288325309462aa9345e340854bcc
-SIZE (File-Which-1.21.tar.gz) = 21456
+TIMESTAMP = 1505043429
+SHA256 (File-Which-1.22.tar.gz) = e8a8ffcf96868c6879e82645db4ff9ef00c2d8a286fed21971e7280f52cf0dd4
+SIZE (File-Which-1.22.tar.gz) = 21685
Modified: trunk/sysutils/p5-File-Which/pkg-descr
===================================================================
--- trunk/sysutils/p5-File-Which/pkg-descr 2017-10-04 18:55:38 UTC (rev 22899)
+++ trunk/sysutils/p5-File-Which/pkg-descr 2017-10-04 18:55:50 UTC (rev 22900)
@@ -1,7 +1,5 @@
File::Which is a portable implementation (in Perl) of `which', and can
be used to get the absolute filename of an executable program
-installed somewhere in your PATH, or just check for its existence. It
-includes the command-line utility `pwhich' which has the same function
-as `which'.
+installed somewhere in your PATH, or just check for its existence.
WWW: http://search.cpan.org/dist/File-Which/
Modified: trunk/sysutils/p5-Unix-Processors/Makefile
===================================================================
--- trunk/sysutils/p5-Unix-Processors/Makefile 2017-10-04 18:55:38 UTC (rev 22899)
+++ trunk/sysutils/p5-Unix-Processors/Makefile 2017-10-04 18:55:50 UTC (rev 22900)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= Unix-Processors
-PORTVERSION= 2.044
+PORTVERSION= 2.046
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: trunk/sysutils/p5-Unix-Processors/distinfo
===================================================================
--- trunk/sysutils/p5-Unix-Processors/distinfo 2017-10-04 18:55:38 UTC (rev 22899)
+++ trunk/sysutils/p5-Unix-Processors/distinfo 2017-10-04 18:55:50 UTC (rev 22900)
@@ -1,2 +1,3 @@
-SHA256 (Unix-Processors-2.044.tar.gz) = 70091544f7e4eccf2ff2e34d16bfab2a9f8e3284a8567656df320258d07d5765
-SIZE (Unix-Processors-2.044.tar.gz) = 14467
+TIMESTAMP = 1507142175
+SHA256 (Unix-Processors-2.046.tar.gz) = 3973ebdc44682c9c15c776f66e8be242cb4ff1dd52caf43ff446b74d4dccca06
+SIZE (Unix-Processors-2.046.tar.gz) = 14556
More information about the Midnightbsd-cvs
mailing list