Update to 1.4
PR: 88560 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
375a52a54e
commit
0c8e355555
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147471
3 changed files with 19 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= curl
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= rexx${PORTNAME}
|
||||
|
@ -24,13 +24,24 @@ RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina
|
|||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --with-rexx=regina
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/rexx${PORTNAME}
|
||||
DATADIR= ${PREFIX}/share/rexx${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's| -lc | |g' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e "s| -lc | |g" -e "/\$(sharedir)\/images/d" \
|
||||
-e "/index.html/d" -e "/rxcurl64.png/d" ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/index.html ${DOCSDIR}
|
||||
@${MKDIR} ${DOCSDIR}/images
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/images/rxcurl64.png ${DOCSDIR}/images
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (RexxCURL-1.3.tar.gz) = 22ccc44086f4a779133a1d5f04185239
|
||||
SIZE (RexxCURL-1.3.tar.gz) = 223748
|
||||
MD5 (RexxCURL-1.4.tar.gz) = ea23a225f7a7a2d8a9719275511a793a
|
||||
SIZE (RexxCURL-1.4.tar.gz) = 249692
|
||||
|
|
|
@ -2,14 +2,15 @@ bin/rexxcurl
|
|||
bin/rexxcurl-config
|
||||
lib/librexxcurl.a
|
||||
lib/librexxcurl.so
|
||||
%%DATADIR%%/images/rxcurl64.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/rxcurl64.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%DATADIR%%/README.txt
|
||||
%%DATADIR%%/getright.rexx
|
||||
%%DATADIR%%/httppost.rexx
|
||||
%%DATADIR%%/index.html
|
||||
%%DATADIR%%/mirror.rexx
|
||||
%%DATADIR%%/scp.rexx
|
||||
%%DATADIR%%/testcurl.rexx
|
||||
%%DATADIR%%/upload.rexx
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue