From owner-svn-ports-all@freebsd.org Wed Dec 7 14:28:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CBD0C6AAED; Wed, 7 Dec 2016 14:28:59 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52218ECE; Wed, 7 Dec 2016 14:28:59 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB7ESwZa004381; Wed, 7 Dec 2016 14:28:58 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB7ESw2J004378; Wed, 7 Dec 2016 14:28:58 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612071428.uB7ESw2J004378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 7 Dec 2016 14:28:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428062 - in head/ftp/weex: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 14:28:59 -0000 Author: ehaupt Date: Wed Dec 7 14:28:58 2016 New Revision: 428062 URL: https://svnweb.freebsd.org/changeset/ports/428062 Log: Update to 2.8.2 Deleted: head/ftp/weex/files/ Modified: head/ftp/weex/Makefile head/ftp/weex/distinfo head/ftp/weex/pkg-plist Modified: head/ftp/weex/Makefile ============================================================================== --- head/ftp/weex/Makefile Wed Dec 7 14:27:03 2016 (r428061) +++ head/ftp/weex/Makefile Wed Dec 7 14:28:58 2016 (r428062) @@ -2,23 +2,24 @@ # $FreeBSD$ PORTNAME= weex -PORTVERSION= 2.6.1.5 -PORTREVISION= 2 +PORTVERSION= 2.8.2 CATEGORIES= ftp -MASTER_SITES= SF +MASTER_SITES= SF/weex/weex +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Non-interactive FTP client -GNU_CONFIGURE= yes +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/doc/COPYING -PORTDOCS= ChangeLog README +USES= autoreconf gmake ssl gettext-tools +GNU_CONFIGURE= yes -OPTIONS_DEFINE= DOCS NLS -OPTIONS_SUB= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls +# NLS support is very broken in this release +CONFIGURE_ARGS= --disable-nls post-patch: @${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \ @@ -27,9 +28,5 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} -.endfor .include Modified: head/ftp/weex/distinfo ============================================================================== --- head/ftp/weex/distinfo Wed Dec 7 14:27:03 2016 (r428061) +++ head/ftp/weex/distinfo Wed Dec 7 14:28:58 2016 (r428062) @@ -1,2 +1,3 @@ -SHA256 (weex-2.6.1.5.tar.gz) = d4f307293ff18230641098723273ba6243e5fbeb5af85f89a8938b826e91ac38 -SIZE (weex-2.6.1.5.tar.gz) = 206972 +TIMESTAMP = 1481118411 +SHA256 (weex_2.8.2.tar.gz) = ed06ae375060e0c5fb1a428cae64d223f653fa918933acaa5a21332b613027c7 +SIZE (weex_2.8.2.tar.gz) = 319263 Modified: head/ftp/weex/pkg-plist ============================================================================== --- head/ftp/weex/pkg-plist Wed Dec 7 14:27:03 2016 (r428061) +++ head/ftp/weex/pkg-plist Wed Dec 7 14:28:58 2016 (r428062) @@ -1,8 +1,3 @@ bin/weex man/man1/weex.1.gz -%%NLS%%share/locale/de/LC_MESSAGES/weex.mo -%%NLS%%share/locale/es/LC_MESSAGES/weex.mo -%%NLS%%share/locale/fr/LC_MESSAGES/weex.mo -%%NLS%%share/locale/ja/LC_MESSAGES/weex.mo -%%NLS%%share/locale/nl/LC_MESSAGES/weex.mo %%EXAMPLESDIR%%/sample.weexrc