diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-28 06:44:33 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-28 06:44:33 +0800 |
commit | 9311e2763c9ad0f8cd8b3397a6e9a5217da84eb9 (patch) | |
tree | af2a934abe16402440bfe7ab3727b889a07d40db /emulators/ppsspp-qt5/Makefile | |
parent | 956ce16b849920a85fd46794dbf17654d2291a70 (diff) | |
download | freebsd-ports-gnome-9311e2763c9ad0f8cd8b3397a6e9a5217da84eb9.tar.gz freebsd-ports-gnome-9311e2763c9ad0f8cd8b3397a6e9a5217da84eb9.tar.zst freebsd-ports-gnome-9311e2763c9ad0f8cd8b3397a6e9a5217da84eb9.zip |
emulators/ppsspp: update to 1.7
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.6.3...v1.7
MFH: 2018Q4 (many stability fixes)
Diffstat (limited to 'emulators/ppsspp-qt5/Makefile')
-rw-r--r-- | emulators/ppsspp-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile index 0317cf0c3451..d20236b2cd7a 100644 --- a/emulators/ppsspp-qt5/Makefile +++ b/emulators/ppsspp-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp |