svn commit: r356680 - head/audio/resid

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 5 18:39:26 UTC 2014


Author: amdmi3
Date: Thu Jun  5 18:39:25 2014
New Revision: 356680
URL: http://svnweb.freebsd.org/changeset/ports/356680
QAT: https://qat.redports.org/buildarchive/r356680/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/audio/resid/Makefile
  head/audio/resid/pkg-plist

Modified: head/audio/resid/Makefile
==============================================================================
--- head/audio/resid/Makefile	Thu Jun  5 18:37:25 2014	(r356679)
+++ head/audio/resid/Makefile	Thu Jun  5 18:39:25 2014	(r356680)
@@ -3,7 +3,7 @@
 
 PORTNAME=	resid
 PORTVERSION=	0.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio emulators
 MASTER_SITES=	CRITICAL
 
@@ -12,7 +12,7 @@ COMMENT=	Cycle-based SID emulator engine
 
 LICENSE=	GPLv2
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/audio/resid/pkg-plist
==============================================================================
--- head/audio/resid/pkg-plist	Thu Jun  5 18:37:25 2014	(r356679)
+++ head/audio/resid/pkg-plist	Thu Jun  5 18:39:25 2014	(r356680)
@@ -8,7 +8,7 @@ include/resid/spline.h
 include/resid/voice.h
 include/resid/wave.h
 lib/libresid.a
-lib/libresid.la
 lib/libresid.so
 lib/libresid.so.5
+lib/libresid.so.5.0.0
 @dirrm include/resid


More information about the svn-ports-head mailing list