lang/execline: update to 2.5.0.1
* Change maintainership * Move DOCS variable to its proper place PR: 231158 Submitted by: colin-ports@heliocat.net Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17223
This commit is contained in:
@@ -2,20 +2,18 @@
|
||||
# $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@heliocat.net
|
||||
MAINTAINER= crest@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
|
||||
@@ -27,10 +25,10 @@ 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/*
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexecline.so.${PORTVERSION}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user