svn commit: r443727 - head/www/plexwatchweb

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 17 03:01:29 UTC 2017


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 at 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
 


More information about the svn-ports-all mailing list