svn commit: r325022 - head/databases/rrdmerge

Maxim Sobolev sobomax at FreeBSD.org
Mon Aug 19 21:35:57 UTC 2013


Author: sobomax
Date: Mon Aug 19 21:35:56 2013
New Revision: 325022
URL: http://svnweb.freebsd.org/changeset/ports/325022

Log:
  Don't abuse PORTREVISION.

Modified:
  head/databases/rrdmerge/Makefile

Modified: head/databases/rrdmerge/Makefile
==============================================================================
--- head/databases/rrdmerge/Makefile	Mon Aug 19 21:25:34 2013	(r325021)
+++ head/databases/rrdmerge/Makefile	Mon Aug 19 21:35:56 2013	(r325022)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	rrdmerge
-PORTVERSION=	0.0
-PORTREVISION=	${GITREVISION}
+PORTVERSION=	0.0.1
+#PORTREVISION=	0
 CATEGORIES=	databases
 MASTER_SITES=	http://download.sippysoft.com/thirdparty/
 DISTNAME=	${PORTNAME}-${GITREVISION}


More information about the svn-ports-head mailing list