Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 23:18:22 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390340 - head/lang/chicken
Message-ID:  <201506222318.t5MNIMa9083046@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com
 COMMENT=	Scheme-to-C compiler



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506222318.t5MNIMa9083046>