svn commit: r480055 - head/lang/execline

Fernando Apesteguía fernape at FreeBSD.org
Tue Sep 18 18:21:07 UTC 2018


Author: fernape
Date: Tue Sep 18 18:21:06 2018
New Revision: 480055
URL: https://svnweb.freebsd.org/changeset/ports/480055

Log:
  lang/execline: update to 2.5.0.1
  
  * Change maintainership
  * Move DOCS variable to its proper place
  
  PR:	231158
  Submitted by:	colin-ports at heliocat.net
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17223

Modified:
  head/lang/execline/Makefile
  head/lang/execline/distinfo
  head/lang/execline/pkg-descr
  head/lang/execline/pkg-plist

Modified: head/lang/execline/Makefile
==============================================================================
--- head/lang/execline/Makefile	Tue Sep 18 18:18:06 2018	(r480054)
+++ head/lang/execline/Makefile	Tue Sep 18 18:21:06 2018	(r480055)
@@ -2,21 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	execline
-PORTVERSION=	2.3.0.4
+PORTVERSION=	2.5.0.1
 CATEGORIES=	lang shells
-MASTER_SITES=	http://www.skarnet.org/software/${PORTNAME}/
+MASTER_SITES=	https://www.skarnet.org/software/${PORTNAME}/
 
-MAINTAINER=	colin-ports at heliocat.net
+MAINTAINER=	crest at rlwinm.de
 COMMENT=	Lightweight non-interactive sh(1)-like scripting language
 
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	skalibs>=2.7.0.0:devel/skalibs
 LIB_DEPENDS=	libskarnet.so:devel/skalibs
-BUILD_DEPENDS=	skalibs>=2.6.2.0:devel/skalibs
 
-CONFLICTS_INSTALL=	ImageMagick-* # bin/import
-
 USES=		gmake
 USE_LDCONFIG=	yes
 HAS_CONFIGURE=	yes
@@ -27,9 +25,9 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--with-include=${LOCALBASE}/include \
 		--enable-shared
 
-DOCS=		AUTHORS README doc/*.html
-
 OPTIONS_DEFINE=	DOCS
+
+DOCS=		AUTHORS README doc/*.html
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*

Modified: head/lang/execline/distinfo
==============================================================================
--- head/lang/execline/distinfo	Tue Sep 18 18:18:06 2018	(r480054)
+++ head/lang/execline/distinfo	Tue Sep 18 18:21:06 2018	(r480055)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515585869
-SHA256 (execline-2.3.0.4.tar.gz) = e4bb8fc8f20cca96f4bac9f0f74ebce5081b4b687bb11c79c843faf12507a64b
-SIZE (execline-2.3.0.4.tar.gz) = 82774
+TIMESTAMP = 1536082197
+SHA256 (execline-2.5.0.1.tar.gz) = 8d07d14e9e9abb1301e08be271313c4ffa5ddf7248fd262dda19588e78e31049
+SIZE (execline-2.5.0.1.tar.gz) = 81854

Modified: head/lang/execline/pkg-descr
==============================================================================
--- head/lang/execline/pkg-descr	Tue Sep 18 18:18:06 2018	(r480054)
+++ head/lang/execline/pkg-descr	Tue Sep 18 18:21:06 2018	(r480055)
@@ -9,4 +9,4 @@ filename globbing, and more.  Meanwhile, its syntax
 is far more logical and predictable than the shell's syntax,
 and has no security issues.
 
-WWW: http://www.skarnet.org/software/execline/
+WWW: https://www.skarnet.org/software/execline/

Modified: head/lang/execline/pkg-plist
==============================================================================
--- head/lang/execline/pkg-plist	Tue Sep 18 18:18:06 2018	(r480054)
+++ head/lang/execline/pkg-plist	Tue Sep 18 18:21:06 2018	(r480055)
@@ -28,7 +28,6 @@ bin/if
 bin/ifelse
 bin/ifte
 bin/ifthenelse
-bin/import
 bin/importas
 bin/loopwhilex
 bin/multidefine
@@ -48,9 +47,9 @@ include/execline/config.h
 include/execline/execline.h
 lib/execline/libexecline.a
 lib/libexecline.so
-lib/libexecline.so.2.3
-lib/libexecline.so.2.3.0
-lib/libexecline.so.2.3.0.4
+lib/libexecline.so.2.5
+lib/libexecline.so.2.5.0
+lib/libexecline.so.2.5.0.1
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/background.html
@@ -92,7 +91,6 @@ lib/libexecline.so.2.3.0.4
 %%PORTDOCS%%%%DOCSDIR%%/ifelse.html
 %%PORTDOCS%%%%DOCSDIR%%/ifte.html
 %%PORTDOCS%%%%DOCSDIR%%/ifthenelse.html
-%%PORTDOCS%%%%DOCSDIR%%/import.html
 %%PORTDOCS%%%%DOCSDIR%%/importas.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
 %%PORTDOCS%%%%DOCSDIR%%/loopwhilex.html


More information about the svn-ports-head mailing list