svn commit: r428062 - in head/ftp/weex: . files

Emanuel Haupt ehaupt at FreeBSD.org
Wed Dec 7 14:28:59 UTC 2016


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list