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
This commit is contained in:
parent
80bc42faa4
commit
bde0540267
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390340
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue