1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 0.1.3.

- Polish the Makefile and correct the packing list.

PR:		ports/80011
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:	adamw (mentor)
This commit is contained in:
Jean-Yves Lefort 2005-04-18 15:50:57 +00:00
parent 872f1c12d2
commit b4a5f73165
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133590
3 changed files with 18 additions and 6 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= wgetpro
PORTVERSION= 0.1.2
PORTVERSION= 0.1.3
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -16,12 +16,11 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Wget with "PRO" features
USE_PERL5_BUILD= yes
USE_REINPLACE= yes
USE_GETOPT_LONG= yes
USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
.if defined(WITHOUT_NLS)
@ -35,6 +34,6 @@ PLIST_SUB+= NLS=""
.endif
post-patch:
@${PERL} -pi -e 's|^PACKAGE=.*$$|PACKAGE=wpro|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|^\(PACKAGE=\).*|\1wpro|' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (wgetpro-0.1.2.tgz) = 91fb0ae4fd18366fb49fdb44fb162dc4
SIZE (wgetpro-0.1.2.tgz) = 901735
MD5 (wgetpro-0.1.3.tgz) = d92fdae1bd52be0d322282830cb67e49
SIZE (wgetpro-0.1.3.tgz) = 1005027

View File

@ -18,10 +18,23 @@ bin/wpro
%%NLS%%share/locale/no/LC_MESSAGES/wpro.mo
%%NLS%%share/locale/pl/LC_MESSAGES/wpro.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/wpro.mo
%%NLS%%share/locale/ro/LC_MESSAGES/wpro.mo
%%NLS%%share/locale/ru/LC_MESSAGES/wpro.mo
%%NLS%%share/locale/sk/LC_MESSAGES/wpro.mo
%%NLS%%share/locale/sl/LC_MESSAGES/wpro.mo
%%NLS%%share/locale/sv/LC_MESSAGES/wpro.mo
%%NLS%%share/locale/tr/LC_MESSAGES/wpro.mo
%%NLS%%share/locale/uk/LC_MESSAGES/wpro.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wpro.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wpro.mo
%%NLS%%@unexec rmdir %D/share/locale/ca/LC_MESSAGES 2> /dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2> /dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/el/LC_MESSAGES 2> /dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/gl/LC_MESSAGES 2> /dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/no/LC_MESSAGES 2> /dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2> /dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2> /dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2> /dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2> /dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2> /dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2> /dev/null || true