svn commit: r419593 - in head/www: b2evolution pebble

John Marino marino at FreeBSD.org
Thu Aug 4 04:52:56 UTC 2016


Author: marino
Date: Thu Aug  4 04:52:55 2016
New Revision: 419593
URL: https://svnweb.freebsd.org/changeset/ports/419593

Log:
  www/(b2evolution/pebble): Remove redundant dependency on unzip
  
  A dependency on unzip will never be registered since unzip is available
  on all supported platforms (since FreeBSD 8.0).

Modified:
  head/www/b2evolution/Makefile
  head/www/pebble/Makefile

Modified: head/www/b2evolution/Makefile
==============================================================================
--- head/www/b2evolution/Makefile	Thu Aug  4 04:36:54 2016	(r419592)
+++ head/www/b2evolution/Makefile	Thu Aug  4 04:52:55 2016	(r419593)
@@ -11,8 +11,6 @@ MASTER_SITES=	SF/evocms/${PORTNAME}/b2ev
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Multilingual, multiuser, multi-blog engine
 
-PATCH_DEPENDS=	unzip:archivers/unzip
-
 USES=		cpe dos2unix zip
 
 B2EVO_DATE?=	stable-2011-03-23

Modified: head/www/pebble/Makefile
==============================================================================
--- head/www/pebble/Makefile	Thu Aug  4 04:36:54 2016	(r419592)
+++ head/www/pebble/Makefile	Thu Aug  4 04:52:55 2016	(r419593)
@@ -10,8 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Lightweight, open source, Java EE blogging tool
 
-PATCH_DEPENDS=	zip:archivers/zip \
-		unzip:archivers/unzip
+PATCH_DEPENDS=	zip:archivers/zip
 RUN_DEPENDS=	${LOCALBASE}/apache-tomcat-6.0/bin/catalina.sh:www/tomcat6
 
 USES=		cpe zip:infozip


More information about the svn-ports-all mailing list