mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch databases/libmemcache to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES - Strip libraries - Bump dependent ports as .so version has changed
This commit is contained in:
parent
fc70d30ac4
commit
41798f8399
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363334
@ -3,18 +3,17 @@
|
||||
|
||||
PORTNAME= libmemcache
|
||||
DISTVERSION= 1.4.0.rc2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://people.FreeBSD.org/~seanc/libmemcache/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The C library for accessing a memcache cluster
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= libtool tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
include/memcache.h
|
||||
include/memcache/_buffer.h
|
||||
include/memcache/buffer.h
|
||||
@dirrm include/memcache
|
||||
include/memcache.h
|
||||
lib/libmemcache.so.4
|
||||
lib/libmemcache.so
|
||||
lib/libmemcache.la
|
||||
lib/libmemcache.a
|
||||
lib/libmemcache.so
|
||||
lib/libmemcache.so.0
|
||||
lib/libmemcache.so.0.4.0
|
||||
@dirrm include/memcache
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= Cache-Memcached-XS
|
||||
PORTVERSION= 0.01
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME?= lighttpd
|
||||
PORTVERSION= 1.4.35
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES?= www
|
||||
MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user