- Update to 1.1.1
- Add LICENSE_FILE - Use INSTALL_TARGET=install-strip - Take maintainership Changes: https://github.com/maxmind/libmaxminddb/releases PR: 204868 Submitted by: sunpoet (myself) Approved by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
This commit is contained in:
parent
172f6ce75f
commit
aaf12d56b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402979
@ -1,20 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libmaxminddb
|
||||
DISTVERSION= 1.0.4
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${DISTVERSION}/
|
||||
MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= fullermd@over-yonder.net
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Library for the MaxMind DB file format used for GeoIP2
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool
|
||||
|
||||
post-stage:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmaxminddb.so.0.0.7
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libmaxminddb-1.0.4.tar.gz) = ac2c2d52725e13e67885ef030b9e58c1666426d536006ddfad1a8cca5a043f7a
|
||||
SIZE (libmaxminddb-1.0.4.tar.gz) = 471911
|
||||
SHA256 (libmaxminddb-1.1.1.tar.gz) = 60060bc081573220d4633e4cbb26f999521c0f197304bc7f5ea700fc26ef2276
|
||||
SIZE (libmaxminddb-1.1.1.tar.gz) = 649467
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/mmdblookup
|
||||
include/maxminddb-compat-util.h
|
||||
include/maxminddb.h
|
||||
include/maxminddb_config.h
|
||||
lib/libmaxminddb.a
|
||||
|
Loading…
Reference in New Issue
Block a user