diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/go/Makefile | 2 | ||||
-rw-r--r-- | lang/gomacro/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile index b6cad0a32df5..d8aafcf950ea 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,6 +1,6 @@ PORTNAME= go DISTVERSION= ${GO_DEFAULT} -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= lang MASTER_SITES= # not applicable diff --git a/lang/gomacro/Makefile b/lang/gomacro/Makefile index 361b67949490..4a41fb6ea8bd 100644 --- a/lang/gomacro/Makefile +++ b/lang/gomacro/Makefile @@ -2,7 +2,7 @@ PORTNAME= gomacro DISTVERSIONPREFIX= v DISTVERSION= 2.7-601 DISTVERSIONSUFFIX= -g9aafa23 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= lang MAINTAINER= dmgk@FreeBSD.org |