From 589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88 Mon Sep 17 00:00:00 2001 From: rafan Date: Tue, 6 Jan 2009 13:01:11 +0000 Subject: - Bump PORTREVISION due to share library version bump in security/libgcrypt PR: ports/127478 --- emulators/fuse/Makefile | 3 ++- emulators/libspectrum/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'emulators') diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 96bd84e5a640..343d7220931a 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -7,6 +7,7 @@ PORTNAME= fuse PORTVERSION= 0.10.0.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF MASTER_SITE_SUBDIR= fuse-emulator @@ -15,7 +16,7 @@ MAINTAINER= yuri.pankov@gmail.com COMMENT= Free Unix (Sinclair ZX-)Spectrum Emulator LIB_DEPENDS= spectrum.7:${PORTSDIR}/emulators/libspectrum \ - gcrypt.15:${PORTSDIR}/security/libgcrypt + gcrypt.16:${PORTSDIR}/security/libgcrypt USE_GNOME= libxml2 glib20 gtk20 GNU_CONFIGURE= yes diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index c90d3207025a..9ebd5ecb72b5 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -7,6 +7,7 @@ PORTNAME= libspectrum PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= emulators devel MASTER_SITES= SF MASTER_SITE_SUBDIR= fuse-emulator @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= fuse-emulator MAINTAINER= yuri.pankov@gmail.com COMMENT= Handling of ZX-Spectrum emulator files formats -LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt USE_GMAKE= yes USE_GNOME= glib20 -- cgit