- Switch emulators/libspectrum to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
21916b2a67
commit
2c9fc2bc62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359476
4 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= fuse-utils
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= fuse
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -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}/security/libgcrypt
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue