svn commit: r372640 - head/databases/php56-redis

Bartek Rutkowski robak at FreeBSD.org
Sun Nov 16 14:45:31 UTC 2014


Author: robak
Date: Sun Nov 16 14:45:30 2014
New Revision: 372640
URL: https://svnweb.freebsd.org/changeset/ports/372640
QAT: https://qat.redports.org/buildarchive/r372640/

Log:
  databases/php56-redis: fix PKGNAMEPREFIX
  
  PR:		194270
  Submitted by:	Daniel Ylitalo <daniel at blodan.se>
  Approved by:	mentors(implicit)

Modified:
  head/databases/php56-redis/Makefile

Modified: head/databases/php56-redis/Makefile
==============================================================================
--- head/databases/php56-redis/Makefile	Sun Nov 16 14:35:59 2014	(r372639)
+++ head/databases/php56-redis/Makefile	Sun Nov 16 14:45:30 2014	(r372640)
@@ -4,7 +4,7 @@
 PORTNAME=	redis
 PORTVERSION=	2.2.5
 CATEGORIES=	databases
-PKGNAMEPREFIX=	php5-
+PKGNAMEPREFIX=	php56-
 
 MAINTAINER=	m.tsatsenko at gmail.com
 COMMENT=	PHP5 extension for Redis


More information about the svn-ports-all mailing list