Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 22:45:20 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363769 - in head/www/encode-explorer: . files
Message-ID:  <201408012245.s71MjKFX056961@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Fri Aug  1 22:45:20 2014
New Revision: 363769
URL: http://svnweb.freebsd.org/changeset/ports/363769
QAT: https://qat.redports.org/buildarchive/r363769/

Log:
  www/encode-explorer: update to 6.3
  
  - Remove leading article from COMMENT
  
  PR:		190877
  Submitted by:	maintainer

Deleted:
  head/www/encode-explorer/files/
Modified:
  head/www/encode-explorer/Makefile
  head/www/encode-explorer/distinfo

Modified: head/www/encode-explorer/Makefile
==============================================================================
--- head/www/encode-explorer/Makefile	Fri Aug  1 22:38:44 2014	(r363768)
+++ head/www/encode-explorer/Makefile	Fri Aug  1 22:45:20 2014	(r363769)
@@ -2,22 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	encode
-PORTVERSION=	5.0
+PORTVERSION=	6.3
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}${PKGNAMESUFFIX}/${PORTNAME}${PKGNAMESUFFIX}/${PORTNAME}${PKGNAMESUFFIX}_${PORTVERSION}
 PKGNAMESUFFIX=	-explorer
 DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}_${PORTVERSION}
 
 MAINTAINER=	fw@moov.de
-COMMENT=	A PHP script to browse, create folders, upload files etc
+COMMENT=	PHP script to browse, create folders, upload files etc
 
 USE_PHP=	yes
 WANT_PHP_WEB=	yes
 USES=		zip
 NO_BUILD=	yes
 
-OPTIONS_DEFINE=	EXPERIMENTAL DOCS
-EXPERIMENTAL_DESC=	Experimental features
+OPTIONS_DEFINE=	DOCS
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 WWWDIR=		${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX}
@@ -25,15 +24,9 @@ DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MEXPERIMENTAL}
-EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-index-php-experimental
-.endif
-
 do-install:
 	${MKDIR} ${STAGEDIR}${WWWDIR}
 	${INSTALL} ${WRKSRC}/index.php ${STAGEDIR}${WWWDIR}
-
-post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${CP} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
 

Modified: head/www/encode-explorer/distinfo
==============================================================================
--- head/www/encode-explorer/distinfo	Fri Aug  1 22:38:44 2014	(r363768)
+++ head/www/encode-explorer/distinfo	Fri Aug  1 22:45:20 2014	(r363769)
@@ -1,2 +1,2 @@
-SHA256 (encode-explorer_5.0.zip) = f4e2dc6a13567dc418c32e00fe9b2e9ee9b9e419264d8714ef52da158c9895a3
-SIZE (encode-explorer_5.0.zip) = 14939
+SHA256 (encode-explorer_6.3.zip) = ad7e33c2cfee2735d89f250de42c51ef8e937ab56ca07031a21ac96936bff36a
+SIZE (encode-explorer_6.3.zip) = 39669



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408012245.s71MjKFX056961>