Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 04:52:55 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419593 - in head/www: b2evolution pebble
Message-ID:  <201608040452.u744qtCJ047236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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