diff options
author | johans <johans@FreeBSD.org> | 2015-04-05 17:19:43 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-04-05 17:19:43 +0800 |
commit | 10830f9e54f0926c396aeefe132097f10dd37b22 (patch) | |
tree | 959a5f46493dfe7375f82b26429a351917917ba8 /lang/intercal/Makefile | |
parent | c668d82929e2274272b3eab9966424c8f312cf88 (diff) | |
download | freebsd-ports-gnome-10830f9e54f0926c396aeefe132097f10dd37b22.tar.gz freebsd-ports-gnome-10830f9e54f0926c396aeefe132097f10dd37b22.tar.zst freebsd-ports-gnome-10830f9e54f0926c396aeefe132097f10dd37b22.zip |
Update intercal to 0.30 (bugfix release)
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r-- | lang/intercal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index 3b4491945238..68f73aa02396 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= intercal -PORTVERSION= 0.29 -PORTREVISION= 1 +PORTVERSION= 0.30 CATEGORIES= lang MASTER_SITES= http://www.catb.org/~esr/intercal/ MAINTAINER= johans@FreeBSD.org -COMMENT= The C-INTERCAL compiler, ick, and supporting libraries +COMMENT= C-INTERCAL compiler, ick, and supporting libraries GNU_CONFIGURE= yes USES= gmake |