Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2017 03:01:28 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443727 - head/www/plexwatchweb
Message-ID:  <201706170301.v5H31SkF007484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Jun 17 03:01:27 2017
New Revision: 443727
URL: https://svnweb.freebsd.org/changeset/ports/443727

Log:
  Fix wrong PKGNAME dependency.
  
  Spotted by:	Poudriere
  With hat:	portmgr

Modified:
  head/www/plexwatchweb/Makefile

Modified: head/www/plexwatchweb/Makefile
==============================================================================
--- head/www/plexwatchweb/Makefile	Sat Jun 17 03:00:59 2017	(r443726)
+++ head/www/plexwatchweb/Makefile	Sat Jun 17 03:01:27 2017	(r443727)
@@ -3,13 +3,14 @@
 
 PORTNAME=	plexWatchWeb
 PORTVERSION=	1.5.4.2
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 
 MAINTAINER=	ultima1252@gmail.com
 COMMENT=	Web front-end for plexWatch
 
-RUN_DEPENDS=	multimedia/plexwatch>=0.1.6:multimedia/plexwatch
+RUN_DEPENDS=	plexWatch>=0.1.6:multimedia/plexwatch
 
 USE_PHP=	curl json session simplexml sqlite3
 



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