svn commit: r390340 - head/lang/chicken

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


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

Log:
  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)
  MFH:		2015Q2

Modified:
  head/lang/chicken/Makefile

Modified: head/lang/chicken/Makefile
==============================================================================
--- head/lang/chicken/Makefile	Mon Jun 22 23:02:00 2015	(r390339)
+++ head/lang/chicken/Makefile	Mon Jun 22 23:18:22 2015	(r390340)
@@ -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-all mailing list