diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 20:29:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 20:29:38 +0800 |
commit | 14f51571396a64baedd67b9a9970ab52c27600c3 (patch) | |
tree | 68f2e13b76e16ab265b31add54152ffd7b5bc99f /dns/libpsl/Makefile | |
parent | 48b0de1e8ad13e83b32f7cdfb62ec36cb4ea2667 (diff) | |
download | freebsd-ports-gnome-14f51571396a64baedd67b9a9970ab52c27600c3.tar.gz freebsd-ports-gnome-14f51571396a64baedd67b9a9970ab52c27600c3.tar.zst freebsd-ports-gnome-14f51571396a64baedd67b9a9970ab52c27600c3.zip |
- Update to 0.13.0
- Bump PORTREVISION for dns/libpsl shlib change
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
Diffstat (limited to 'dns/libpsl/Makefile')
-rw-r--r-- | dns/libpsl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/libpsl/Makefile b/dns/libpsl/Makefile index 2333b9b992dd..df3ead5e93f2 100644 --- a/dns/libpsl/Makefile +++ b/dns/libpsl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpsl -PORTVERSION= 0.11.0 +PORTVERSION= 0.13.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= dns @@ -30,11 +30,13 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PATHFIX_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes -USES= autoreconf libtool pathfix pkgconfig +USES= autoreconf libtool pathfix pkgconfig python:build shebangfix GH_ACCOUNT= rockdaboot USE_GITHUB= yes +SHEBANG_FILES= src/make_dafsa.py + ICU_CONFIGURE_ON= --enable-builtin=libicu --enable-runtime=libicu ICU_LIB_DEPENDS= libicuuc.so:devel/icu IDN_CONFIGURE_ON= --enable-builtin=libidn --enable-runtime=libidn |