svn commit: r390342 - branches/2015Q2/lang/chicken

Xin LI delphij at FreeBSD.org
Mon Jun 22 23:22:53 UTC 2015


Author: delphij
Date: Mon Jun 22 23:22:52 2015
New Revision: 390342
URL: https://svnweb.freebsd.org/changeset/ports/390342

Log:
  MFH: r390340
  
  Change version format (from 4.10.0r1 to 4.10.0.r1) and bump PORTEPOCH.
  This is because our current versioning system sees 4.10.0r1 > 4.10.0.
  
  vuxml change would follow.
  
  PR:		200980
  Submitted by:	maintainer (Vitaly Magerya)
  Approved by:	ports-secteam

Modified:
  branches/2015Q2/lang/chicken/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/lang/chicken/Makefile
==============================================================================
--- branches/2015Q2/lang/chicken/Makefile	Mon Jun 22 23:22:23 2015	(r390341)
+++ branches/2015Q2/lang/chicken/Makefile	Mon Jun 22 23:22:52 2015	(r390342)
@@ -2,10 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	chicken
-PORTVERSION=	4.10.0r1
+PORTVERSION=	4.10.0.r1
+PORTEPOCH=	1
 CATEGORIES=	lang scheme
 MASTER_SITES=	http://code.call-cc.org/dev-snapshots/2015/06/07/
-DISTNAME=	${PORTNAME}-${PORTVERSION:r1=rc1}
+DISTNAME=	${PORTNAME}-${PORTVERSION:.r1=rc1}
 
 MAINTAINER=	vmagerya at gmail.com
 COMMENT=	Scheme-to-C compiler


More information about the svn-ports-branches mailing list