svn commit: r359476 - in head/emulators: fuse fuse-utils libspectrum

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 27 08:58:01 UTC 2014


Author: amdmi3
Date: Fri Jun 27 08:58:00 2014
New Revision: 359476
URL: http://svnweb.freebsd.org/changeset/ports/359476
QAT: https://qat.redports.org/buildarchive/r359476/

Log:
  - Switch emulators/libspectrum to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/emulators/fuse-utils/Makefile
  head/emulators/fuse/Makefile
  head/emulators/libspectrum/Makefile
  head/emulators/libspectrum/pkg-plist

Modified: head/emulators/fuse-utils/Makefile
==============================================================================
--- head/emulators/fuse-utils/Makefile	Fri Jun 27 08:51:59 2014	(r359475)
+++ head/emulators/fuse-utils/Makefile	Fri Jun 27 08:58:00 2014	(r359476)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fuse-utils
 PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
 

Modified: head/emulators/fuse/Makefile
==============================================================================
--- head/emulators/fuse/Makefile	Fri Jun 27 08:51:59 2014	(r359475)
+++ head/emulators/fuse/Makefile	Fri Jun 27 08:58:00 2014	(r359476)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fuse
 PORTVERSION=	1.1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
 

Modified: head/emulators/libspectrum/Makefile
==============================================================================
--- head/emulators/libspectrum/Makefile	Fri Jun 27 08:51:59 2014	(r359475)
+++ head/emulators/libspectrum/Makefile	Fri Jun 27 08:58:00 2014	(r359476)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libspectrum
 PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators devel
 MASTER_SITES=	SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
 
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/se
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig libtool
 
 OPTIONS_DEFINE=	AUDIOFILE
 AUDIOFILE_DESC=	Support loading from .wav files

Modified: head/emulators/libspectrum/pkg-plist
==============================================================================
--- head/emulators/libspectrum/pkg-plist	Fri Jun 27 08:51:59 2014	(r359475)
+++ head/emulators/libspectrum/pkg-plist	Fri Jun 27 08:58:00 2014	(r359476)
@@ -1,8 +1,8 @@
 include/libspectrum.h
 lib/libspectrum.a
-lib/libspectrum.la
 lib/libspectrum.so
-lib/libspectrum.so.9
+lib/libspectrum.so.8
+lib/libspectrum.so.8.1.0
 man/man3/libspectrum.3.gz
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog


More information about the svn-ports-head mailing list