From 6eba569a2a692f2722aa731b0ef6b3f12ef1a425 Mon Sep 17 00:00:00 2001 From: sf Date: Mon, 17 Jun 2002 14:24:25 +0000 Subject: update to 1.8.2. workaround build problem on -CURRENT. --- ftp/wget-devel/Makefile | 19 ++++--------------- ftp/wget-devel/distinfo | 3 +-- ftp/wget-devel/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 17 deletions(-) (limited to 'ftp/wget-devel') diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index f05fc909269..17a288a553b 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 1dd8cbfe31e..9d16f6e02a1 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 15807a06ebe..0519d111fe3 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 -- cgit