diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-01-29 15:03:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-01-29 15:03:32 +0000 |
commit | e612230a6880f911ac6f6b3485de80207503309a (patch) | |
tree | 24a615193d474777b3dccd22b5bbcd7fcbd5b018 /emulators | |
parent | 5a7eff9ba9aa28aa5e5082875868de1d1a594f83 (diff) | |
download | ports-e612230a6880f911ac6f6b3485de80207503309a.tar.gz ports-e612230a6880f911ac6f6b3485de80207503309a.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libspectrum/Makefile | 9 | ||||
-rw-r--r-- | emulators/libspectrum/distinfo | 5 | ||||
-rw-r--r-- | emulators/libspectrum/pkg-plist | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 2c413473ee98..d5b224732a86 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libspectrum -PORTVERSION= 0.5.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} @@ -16,10 +15,14 @@ COMMENT= Handling of ZX-Spectrum emulator files formats LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib20 -GNU_CONFIGURE= yes USE_LDCONFIG= yes + MAN3= libspectrum.3 OPTIONS= AUDIOFILE "Support loading from .wav files" on diff --git a/emulators/libspectrum/distinfo b/emulators/libspectrum/distinfo index 3bce00248e31..7518cf659e1f 100644 --- a/emulators/libspectrum/distinfo +++ b/emulators/libspectrum/distinfo @@ -1,3 +1,2 @@ -MD5 (libspectrum-0.5.0.1.tar.gz) = 46007c449713f3ab554e0098d2e23fd3 -SHA256 (libspectrum-0.5.0.1.tar.gz) = fda2f69d54c9f4c96778b8a8c52e0151759a4aec9e7989b9684701791ba0560d -SIZE (libspectrum-0.5.0.1.tar.gz) = 490943 +SHA256 (libspectrum-1.0.0.tar.gz) = cdf8f5006676c0f68939e331eeadeda5d608d777f1234b080b97f677f1dd287c +SIZE (libspectrum-1.0.0.tar.gz) = 462552 diff --git a/emulators/libspectrum/pkg-plist b/emulators/libspectrum/pkg-plist index 3c7df0ec077a..fca5bdb196c1 100644 --- a/emulators/libspectrum/pkg-plist +++ b/emulators/libspectrum/pkg-plist @@ -3,7 +3,7 @@ include/libspectrum.h lib/libspectrum.a lib/libspectrum.la lib/libspectrum.so -lib/libspectrum.so.7 +lib/libspectrum.so.8 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README |