diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-01-26 05:20:12 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:29:23 +0800 |
commit | fde84e443a5ad6ad48df780cb9658028a1348a9f (patch) | |
tree | 6d65bd58db3f8dafb9d178171eac52f8038514fe /games | |
parent | 36d4d874e9268dd1b77853d7221010243e261a87 (diff) | |
download | freebsd-ports-gnome-fde84e443a5ad6ad48df780cb9658028a1348a9f.tar.gz freebsd-ports-gnome-fde84e443a5ad6ad48df780cb9658028a1348a9f.tar.zst freebsd-ports-gnome-fde84e443a5ad6ad48df780cb9658028a1348a9f.zip |
multimedia/libvpx: update 1.7.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
Diffstat (limited to 'games')
-rw-r--r-- | games/eduke32/Makefile | 1 | ||||
-rw-r--r-- | games/openbor/Makefile | 2 | ||||
-rw-r--r-- | games/openbor4432/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 08bbda4dd89e..9ba533a830a6 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -3,6 +3,7 @@ PORTNAME= eduke32 PORTVERSION= 20170614 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 \ http://www.duke4.org/files/nightfright/hrp/:hrp \ diff --git a/games/openbor/Makefile b/games/openbor/Makefile index 3c1ec4841704..1dcc9982b963 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -4,7 +4,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} PORTVERSION?= 4569 .ifndef PKGNAMESUFFIX -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= games diff --git a/games/openbor4432/Makefile b/games/openbor4432/Makefile index 0f4d9029ae61..ae03e26caaff 100644 --- a/games/openbor4432/Makefile +++ b/games/openbor4432/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PORTVERSION= 4432 +PORTREVISION= 1 PKGNAMESUFFIX= ${PORTVERSION} MASTERDIR= ${.CURDIR}/../openbor |