pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update to 2.6.1.1. From the changelog: ----------



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Sun Nov 15 20:21:00 2020 +0100
Changeset:	f5d057c54d5e7ca75670c95e7f91e7c78ee570b9

Modified Files:
	execline/Makefile
	execline/PLIST
	execline/distinfo

Log Message:
Update to 2.6.1.1. From the changelog:
----------

- The dollarat program now has its conflicting -0 and -d options handled
  in the conventional way, with rightmost priority.
- runblock now accepts a command line prefix, given as runblock's own
  command line.
- New binary: posix-umask.
- cd renamed to execline-cd, umask renamed to execline-umask
- New command: envfile.
- Everything builds as PIC by default.
- Documentation fixes.
- Bugfixes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f5d057c54d5e7ca75670c95e7f91e7c78ee570b9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 execline/Makefile | 6 ++----
 execline/PLIST    | 5 +++++
 execline/distinfo | 8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs:
diff --git a/execline/Makefile b/execline/Makefile
index a154002a40..c6bb02e07d 100644
--- a/execline/Makefile
+++ b/execline/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD$
 
-DISTNAME=	execline-2.5.0.1
-PKGREVISION=	2
+DISTNAME=	execline-2.6.1.1
 CATEGORIES=	devel
-MASTER_SITES=	http://skarnet.org/software/execline/
+MASTER_SITES=	${HOMEPAGE}
 
 MAINTAINER=	cfkoch%edgebsd.org@localhost
 HOMEPAGE=	https://skarnet.org/software/execline/
@@ -16,7 +15,6 @@ CONFIGURE_ARGS+=	--prefix=${PREFIX}
 CONFIGURE_ARGS+=	--with-sysdeps=${PREFIX}/lib/skalibs/sysdeps
 CONFIGURE_ARGS+=	--with-lib=${PREFIX}/lib/skalibs
 CONFIGURE_ARGS+=	--with-include=${PREFIX}/include
-CFLAGS+=		-Wno-implicit-function-declaration
 
 .include "../../devel/skalibs/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/execline/PLIST b/execline/PLIST
index a4b8ac8969..ecd5d6e48e 100644
--- a/execline/PLIST
+++ b/execline/PLIST
@@ -8,7 +8,10 @@ bin/elgetopt
 bin/elgetpositionals
 bin/elglob
 bin/emptyenv
+bin/envfile
 bin/exec
+bin/execline-cd
+bin/execline-umask
 bin/execlineb
 bin/exit
 bin/export
@@ -35,6 +38,8 @@ bin/multidefine
 bin/multisubstitute
 bin/pipeline
 bin/piperw
+bin/posix-cd
+bin/posix-umask
 bin/redirfd
 bin/runblock
 bin/shift
diff --git a/execline/distinfo b/execline/distinfo
index 1b6af35175..e1bf629b5b 100644
--- a/execline/distinfo
+++ b/execline/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (execline-2.5.0.1.tar.gz) = 1ac507bafeba6893f2bfd20c55d4b43709df78ed
-RMD160 (execline-2.5.0.1.tar.gz) = cb38f6f77cab60558d2f008215ab1bfea3a1cb4d
-SHA512 (execline-2.5.0.1.tar.gz) = 9e013a83844fc3f5b28c6aea44b446f550dafe52131facf0d7c0648c9ae62c4a62d895f72cedb010754319c0e298fb4c8396d2c6be019cd6218558934bffaea3
-Size (execline-2.5.0.1.tar.gz) = 81854 bytes
+SHA1 (execline-2.6.1.1.tar.gz) = 589f3b763a5841389c970275801cd7ff9a44cad4
+RMD160 (execline-2.6.1.1.tar.gz) = 420355eadf71d74604331d8bb3170abaf6f7b758
+SHA512 (execline-2.6.1.1.tar.gz) = 5826abb407742ad8a2cd48c09b966827d129dda420db07c893cd7a27e806441d7b117a0c61fdc0222e527aada976da26e4779a4896fc084cdf6efa8294ffac5b
+Size (execline-2.6.1.1.tar.gz) = 92495 bytes


Home | Main Index | Thread Index | Old Index