svn commit: r414459 - in head: . databases databases/rrdtool databases/rrdtool10 databases/rrdtool12

Niclas Zeising zeising at FreeBSD.org
Mon May 2 16:14:07 UTC 2016


Author: zeising
Date: Mon May  2 16:14:05 2016
New Revision: 414459
URL: https://svnweb.freebsd.org/changeset/ports/414459

Log:
  Remove databases/rrdtool10
  
  This is an old version of databases/rrdtool, no longer maintained.
  Update CONFLICTS in databases/rrdtool and rrdtool12 accordingly.
  
  Reviewed by:	kwm (in part)
  Differential Revision:	D6168

Deleted:
  head/databases/rrdtool10/
Modified:
  head/MOVED
  head/databases/Makefile
  head/databases/rrdtool/Makefile
  head/databases/rrdtool12/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon May  2 16:08:56 2016	(r414458)
+++ head/MOVED	Mon May  2 16:14:05 2016	(r414459)
@@ -8303,3 +8303,4 @@ databases/p5-qdbm||2016-04-23|Has expire
 deskutils/ladon||2016-04-23|Has expired: Broken for more than 6 months
 java/linux-sun-jdk17||2016-04-24|Has expired: Unsupported and known for multiple security vulnerabilities
 devel/compiler-rt-devel|devel/llvm-devel|2016-04-24|Folded back in to devel/llvm-devel
+databases/rrdtool||2016-05-02|Old version, not maintained any more

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Mon May  2 16:08:56 2016	(r414458)
+++ head/databases/Makefile	Mon May  2 16:14:05 2016	(r414459)
@@ -836,7 +836,6 @@
     SUBDIR += rrdman
     SUBDIR += rrdmerge
     SUBDIR += rrdtool
-    SUBDIR += rrdtool10
     SUBDIR += rrdtool12
     SUBDIR += ruby-bdb
     SUBDIR += ruby-cdb

Modified: head/databases/rrdtool/Makefile
==============================================================================
--- head/databases/rrdtool/Makefile	Mon May  2 16:08:56 2016	(r414458)
+++ head/databases/rrdtool/Makefile	Mon May  2 16:14:05 2016	(r414459)
@@ -12,7 +12,7 @@ COMMENT=	Round Robin Database Tools
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-CONFLICTS=	rrdtool10-* rrdtool12-*
+CONFLICTS=	rrdtool12-*
 
 CONFIGURE_ARGS=	--disable-tcl --disable-silent-rules
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2

Modified: head/databases/rrdtool12/Makefile
==============================================================================
--- head/databases/rrdtool12/Makefile	Mon May  2 16:08:56 2016	(r414458)
+++ head/databases/rrdtool12/Makefile	Mon May  2 16:14:05 2016	(r414459)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libfreetype.so:print/freety
 		libart_lgpl_2.so:graphics/libart_lgpl \
 		libpng.so:graphics/png
 
-CONFLICTS=	rrdtool10-* rrdtool-1.*
+CONFLICTS=	rrdtool-1.*
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list