diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-06-17 14:24:25 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-06-17 14:24:25 +0000 |
commit | 5447ed6a62252e51f6dcf4da2af2147deb3b8603 (patch) | |
tree | a0175503a442b9e949c09585c8af8e94eea31304 /ftp/wget-devel | |
parent | upgrade to 1.3.2 (diff) |
update to 1.8.2.
workaround build problem on -CURRENT.
Notes
Notes:
svn path=/head/; revision=61422
Diffstat (limited to 'ftp/wget-devel')
-rw-r--r-- | ftp/wget-devel/Makefile | 19 | ||||
-rw-r--r-- | ftp/wget-devel/distinfo | 3 | ||||
-rw-r--r-- | ftp/wget-devel/pkg-plist | 2 |
3 files changed, 7 insertions, 17 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index f05fc9092690..17a288a553bd 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wget -PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTVERSION= 1.8.2 CATEGORIES= ftp www MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \ @@ -16,9 +15,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.max.irk.ru/unix/net/www/wget/ \ http://www3.big.or.jp/~sian/linux/products/ MASTER_SITE_SUBDIR= wget -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - ${EXTRA_PO} -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= sf@FreeBSD.org @@ -27,21 +23,14 @@ LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes GNU_CONFIGURE= yes -.if !defined(WITHOUT_SSL) +.if defined(WITHOUT_SSL) +CONFIGURE_ARGS= --with-ssl=no +.else USE_OPENSSL= yes -CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} .endif CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib -MAN1= wget.1 - -EXTRA_PO= ${PORTNAME}-${PORTVERSION}.ja.po.gz - -post-extract: - ${RM} -f ${WRKSRC}/po/ja.po - ${GZIP_CMD} -dc ${DISTDIR}/${EXTRA_PO} > ${WRKSRC}/po/ja.po - post-patch: ${RM} -f ${WRKSRC}/doc/wget.info* # we don't need to run autoconf. diff --git a/ftp/wget-devel/distinfo b/ftp/wget-devel/distinfo index 1dd8cbfe31e3..9d16f6e02a14 100644 --- a/ftp/wget-devel/distinfo +++ b/ftp/wget-devel/distinfo @@ -1,2 +1 @@ -MD5 (wget-1.8.1.tar.gz) = 6ca8e939476e840f0ce69a3b31c13060 -MD5 (wget-1.8.1.ja.po.gz) = 25d56cc8cfad7fb3a526eec0584811c3 +MD5 (wget-1.8.2.tar.gz) = a2473d7a53ebaf0a1bdb06f17059e8f1 diff --git a/ftp/wget-devel/pkg-plist b/ftp/wget-devel/pkg-plist index 15807a06ebed..0519d111fe39 100644 --- a/ftp/wget-devel/pkg-plist +++ b/ftp/wget-devel/pkg-plist @@ -3,6 +3,8 @@ etc/wgetrc @unexec install-info --delete %D/info/wget.info %D/info/dir info/wget.info @exec install-info %D/info/wget.info %D/info/dir +share/locale/bg/LC_MESSAGES/wget.mo +share/locale/ca/LC_MESSAGES/wget.mo share/locale/cs/LC_MESSAGES/wget.mo share/locale/da/LC_MESSAGES/wget.mo share/locale/de/LC_MESSAGES/wget.mo |