mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/tinycdb: Update to 0.81
- Update manpage location (003a571d1d
, r523104)
Changes:
- ship simple libcdb.pc (install it to pkgconfdir=$(libdir)/pkgconfig)
- to avoid further questions, change license from "Public domain" to MIT
license, add copyright and license text to all source files.
- change default compiler optimization level from -O to -O2, use gnu tar
--transform option to create dist archive, other small changes to Makefile
This commit is contained in:
parent
b307369d4b
commit
20af2f57e6
3 changed files with 13 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= tinycdb
|
PORTNAME= tinycdb
|
||||||
PORTVERSION= 0.80
|
PORTVERSION= 0.81
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://www.corpit.ru/mjt/tinycdb/
|
MASTER_SITES= http://www.corpit.ru/mjt/tinycdb/
|
||||||
|
|
||||||
|
@ -13,7 +13,11 @@ USES= gmake
|
||||||
|
|
||||||
ALL_TARGET= static sharedlib
|
ALL_TARGET= static sharedlib
|
||||||
INSTALL_TARGET= install install-sharedlib
|
INSTALL_TARGET= install install-sharedlib
|
||||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"
|
MAKE_ARGS= CC="${CC}" \
|
||||||
|
CFLAGS="${CFLAGS}" \
|
||||||
|
mandir=${PREFIX}/share/man \
|
||||||
|
pkgconfdir=${PREFIX}/libdata/pkgconfig \
|
||||||
|
prefix=${PREFIX}
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CONFLICTS_INSTALL= libcdb # lib/libcdb.a
|
CONFLICTS_INSTALL= libcdb # lib/libcdb.a
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1695143213
|
TIMESTAMP = 1708448886
|
||||||
SHA256 (tinycdb-0.80.tar.gz) = c321b905e902c2ca99a3ff8a8dddfd8823247fe1edec8a4bb85f83869c639fb8
|
SHA256 (tinycdb-0.81.tar.gz) = 469de2d445bf54880f652f4b6dc95c7cdf6f5502c35524a45b2122d70d47ebc2
|
||||||
SIZE (tinycdb-0.80.tar.gz) = 30506
|
SIZE (tinycdb-0.81.tar.gz) = 31901
|
||||||
|
|
|
@ -3,6 +3,7 @@ include/cdb.h
|
||||||
lib/libcdb.a
|
lib/libcdb.a
|
||||||
lib/libcdb.so
|
lib/libcdb.so
|
||||||
lib/libcdb.so.1
|
lib/libcdb.so.1
|
||||||
man/man1/cdb.1.gz
|
libdata/pkgconfig/libcdb.pc
|
||||||
man/man3/cdb.3.gz
|
share/man/man1/cdb.1.gz
|
||||||
man/man5/cdb.5.gz
|
share/man/man3/cdb.3.gz
|
||||||
|
share/man/man5/cdb.5.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue