diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-03-10 17:46:04 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-03-10 17:46:04 +0000 |
commit | c2a92a1aea4e66d25d82a5def112bb1b55660bd2 (patch) | |
tree | 1c82614777155b2ed4f7f1e17008101717e3f011 /emulators/openmsx/Makefile | |
parent | games/openra: update GeoLite2 to March snapshot (diff) |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Notes
Notes:
svn path=/head/; revision=464084
Diffstat (limited to '')
-rw-r--r-- | emulators/openmsx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index f17885f28692..8fa3880e897a 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -2,7 +2,7 @@ PORTNAME= openmsx PORTVERSION= 0.13.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ |