aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcsxr
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2012-06-27 11:46:51 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2012-06-27 11:46:51 +0000
commit93b6ca8a1b427da5d706b09a1eb1530fae4ed773 (patch)
treebb1a736c2f4ef1942ca661179573e0e90036bff0 /emulators/pcsxr
parent5caf5b5931e4fcb5d42e2908ab9c44453745aa26 (diff)
downloadports-93b6ca8a1b427da5d706b09a1eb1530fae4ed773.tar.gz
ports-93b6ca8a1b427da5d706b09a1eb1530fae4ed773.zip
Update to 1.9.92.r78288
Notes
Notes: svn path=/head/; revision=300088
Diffstat (limited to 'emulators/pcsxr')
-rw-r--r--emulators/pcsxr/Makefile3
-rw-r--r--emulators/pcsxr/distinfo4
-rw-r--r--emulators/pcsxr/files/patch-plugins-gxvideo-Makefile.am26
3 files changed, 3 insertions, 30 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile
index ff172511da9e..4d6a781378f0 100644
--- a/emulators/pcsxr/Makefile
+++ b/emulators/pcsxr/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pcsxr
-PORTVERSION= 1.9.92.r76026
-PORTREVISION= 2
+PORTVERSION= 1.9.92.r78288
CATEGORIES= emulators
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac
diff --git a/emulators/pcsxr/distinfo b/emulators/pcsxr/distinfo
index a69ab0cc05cf..5116f707acb4 100644
--- a/emulators/pcsxr/distinfo
+++ b/emulators/pcsxr/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pcsxr-1.9.92.r76026.tar.bz2) = ba9685bedf0e2be82687a20d56231c61693c2434ac63b33fe60bbc50b98d8577
-SIZE (pcsxr-1.9.92.r76026.tar.bz2) = 1468744
+SHA256 (pcsxr-1.9.92.r78288.tar.bz2) = 31b78b5fe46e860797f8f975199b12565187e4a05fad91f601813f674d05b93b
+SIZE (pcsxr-1.9.92.r78288.tar.bz2) = 1431319
diff --git a/emulators/pcsxr/files/patch-plugins-gxvideo-Makefile.am b/emulators/pcsxr/files/patch-plugins-gxvideo-Makefile.am
deleted file mode 100644
index 4a080cde6d87..000000000000
--- a/emulators/pcsxr/files/patch-plugins-gxvideo-Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
---- plugins/gxvideo/Makefile.am.orig 2011-01-25 16:43:11.515454304 +0100
-+++ plugins/gxvideo/Makefile.am 2011-01-25 16:44:47.751561128 +0100
-@@ -7,13 +7,13 @@
- $(STRIP_FPIC) $(NASM) -f elf -d ELF -I${srcdir}/ $<
-
- AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \
-- -DDATADIR=\"${datadir}/psemu/\" \
-+ -DDATADIR=\"${datadir}/pcsxr/\" \
- $(GTK2_CFLAGS) $(GLADE2_CFLAGS) \
- -I../../libpcsxcore \
- -I../../include
-
--bindir = @libdir@/games/psemu/
--libdir = @libdir@/games/psemu/
-+bindir = @libdir@/pcsxr/
-+libdir = @libdir@/pcsxr/
-
- noinst_LTLIBRARIES = libcfg.la libglobals.la
- libcfg_la_SOURCES = cfg.c
-@@ -35,5 +35,5 @@
- cfgGXVideo_LDADD = libcfg.la libglobals.la $(GTK2_LIBS) $(GLADE2_LIBS) -lXext
-
- glade_DATA = gpucfg/gxvideo.glade
--gladedir = $(datadir)/psemu/
-+gladedir = $(datadir)/pcsxr
- EXTRA_DIST = $(glade_DATA)