diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-09-01 04:14:40 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-09-01 04:14:40 +0800 |
commit | a37b93fc7ca913cbd06a336e754d59e51bf8baf3 (patch) | |
tree | 0bd51f06076c6383d86a39354f1e28e3c6a587fb /lang/cling | |
parent | 92879ea3dfd212c5561cce450f9a2061030531e6 (diff) | |
download | freebsd-ports-gnome-a37b93fc7ca913cbd06a336e754d59e51bf8baf3.tar.gz freebsd-ports-gnome-a37b93fc7ca913cbd06a336e754d59e51bf8baf3.tar.zst freebsd-ports-gnome-a37b93fc7ca913cbd06a336e754d59e51bf8baf3.zip |
devel/google{test,mock}: update to 1.8.1
Changes: https://github.com/google/googletest/compare/9bda90b...release-1.8.1
Diffstat (limited to 'lang/cling')
-rw-r--r-- | lang/cling/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cling/Makefile b/lang/cling/Makefile index 2afc53916668..10c6ee9c60c2 100644 --- a/lang/cling/Makefile +++ b/lang/cling/Makefile @@ -3,6 +3,7 @@ PORTNAME= cling DISTVERSION= 0.5-2018-08-13 +PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= https://root.cern.ch/download/cling/ DISTNAME= ${PORTNAME}_${DISTVERSION:C/^[0-9]\.[0-9]-//}_sources |