mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
f75d2aa2cd
commit
fcf8e750d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362605
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= umurmur
|
||||
PORTVERSION= 0.2.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libconfig
|
||||
PORTVERSION= 1.4.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.hyperrealm.com/libconfig/
|
||||
|
||||
@ -11,7 +12,7 @@ COMMENT= Simple library for manipulating structured configuration files
|
||||
|
||||
CONFLICTS= wand-libconfig-[0-9]*
|
||||
|
||||
USES= gmake pathfix
|
||||
USES= gmake libtool pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
|
||||
|
@ -1,12 +1,12 @@
|
||||
include/libconfig.h
|
||||
include/libconfig.h++
|
||||
lib/libconfig.a
|
||||
lib/libconfig.la
|
||||
lib/libconfig.so
|
||||
lib/libconfig.so.10
|
||||
lib/libconfig.so.9
|
||||
lib/libconfig.so.9.1.3
|
||||
lib/libconfig++.a
|
||||
lib/libconfig++.la
|
||||
lib/libconfig++.so
|
||||
lib/libconfig++.so.10
|
||||
lib/libconfig++.so.9
|
||||
lib/libconfig++.so.9.1.3
|
||||
libdata/pkgconfig/libconfig.pc
|
||||
libdata/pkgconfig/libconfig++.pc
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= sslh
|
||||
PORTVERSION= 1.16
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.rutschle.net/tech/
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= api
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/razorbacktm/API
|
||||
PKGNAMEPREFIX= razorback-
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= compton
|
||||
PORTVERSION= 20130625
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-wm
|
||||
|
||||
MAINTAINER= femc7488@gmail.com
|
||||
|
Loading…
Reference in New Issue
Block a user