- Update to 2.2.0.0
- Update maintainer's email - While here, add LICENSE_FILE, fix library dependency, don't install unneeded docs, fix command for docs installation and apply some cosmetic fixes PR: 213897 Submitted by: colin@heliocat.net (maintainer)
This commit is contained in:
parent
0f9c274600
commit
3e7f282353
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428503
@ -2,35 +2,39 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= execline
|
||||
PORTVERSION= 2.1.4.5
|
||||
PORTVERSION= 2.2.0.0
|
||||
CATEGORIES= lang shells
|
||||
MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/
|
||||
|
||||
MAINTAINER= colin@heliocat.net
|
||||
MAINTAINER= colin-ports@heliocat.net
|
||||
COMMENT= Lightweight non-interactive sh(1)-like scripting language
|
||||
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= skalibs>=2.3.8.3:devel/skalibs
|
||||
LIB_DEPENDS= libskarnet.so:devel/skalibs
|
||||
|
||||
CONFLICTS_INSTALL= ImageMagick-* # bin/import
|
||||
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--prefix=${PREFIX} \
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--with-sysdeps=${LOCALBASE}/lib/skalibs/sysdeps \
|
||||
--with-lib=${LOCALBASE}/lib/skalibs \
|
||||
--with-dynlib=${LOCALBASE}/lib \
|
||||
--with-include=${LOCALBASE}/include \
|
||||
--enable-shared
|
||||
|
||||
DOCS= AUTHORS COPYING INSTALL README doc/*.html
|
||||
DOCS= AUTHORS README doc/*.html
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexecline.so.${PORTVERSION}
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexecline.so.${PORTVERSION}
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_MAN} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (execline-2.1.4.5.tar.gz) = ab4451d4992a5d7fb2ae34cffe4d0806e4902bf9aa27ee3b75617aa35379356f
|
||||
SIZE (execline-2.1.4.5.tar.gz) = 80203
|
||||
TIMESTAMP = 1477765618
|
||||
SHA256 (execline-2.2.0.0.tar.gz) = 93bd744f2e3ad204cb89f147efdc6ca4e622f9c6bfc9895e0b2cb8b0480029de
|
||||
SIZE (execline-2.2.0.0.tar.gz) = 82860
|
||||
|
@ -48,12 +48,10 @@ include/execline/config.h
|
||||
include/execline/execline.h
|
||||
lib/execline/libexecline.a
|
||||
lib/libexecline.so
|
||||
lib/libexecline.so.2.1
|
||||
lib/libexecline.so.2.1.4
|
||||
lib/libexecline.so.2.1.4.5
|
||||
lib/libexecline.so.2.2
|
||||
lib/libexecline.so.2.2.0
|
||||
lib/libexecline.so.2.2.0.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/background.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/backtick.html
|
||||
|
Loading…
Reference in New Issue
Block a user