mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch devel/librcd to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
74a89ed6f9
commit
cb9aac0071
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364733
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= moc
|
||||
PORTVERSION= 2.4.4
|
||||
PORTREVISION= 15
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= librcc
|
||||
PORTVERSION= 0.2.12
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \
|
||||
LOCAL/fluffy
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= librcd
|
||||
PORTVERSION= 0.1.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \
|
||||
LOCAL/fluffy
|
||||
@ -11,7 +12,7 @@ MAINTAINER= fluffy@FreeBSD.org
|
||||
COMMENT= Library used by rusxmms for autodetection of Russian charset
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pathfix tar:bzip2
|
||||
USES= gmake libtool pathfix tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
include/librcd.h
|
||||
lib/librcd.a
|
||||
lib/librcd.la
|
||||
lib/librcd.so
|
||||
lib/librcd.so.1
|
||||
lib/librcd.so.0
|
||||
lib/librcd.so.0.1.14
|
||||
libdata/pkgconfig/librcd.pc
|
||||
|
Loading…
Reference in New Issue
Block a user