Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 23:25:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517412 - head/dns/libpsl
Message-ID:  <201911132325.xADNPEr4032884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov 13 23:25:14 2019
New Revision: 517412
URL: https://svnweb.freebsd.org/changeset/ports/517412

Log:
  Cosmetic change

Modified:
  head/dns/libpsl/Makefile

Modified: head/dns/libpsl/Makefile
==============================================================================
--- head/dns/libpsl/Makefile	Wed Nov 13 23:25:09 2019	(r517411)
+++ head/dns/libpsl/Makefile	Wed Nov 13 23:25:14 2019	(r517412)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libpsl
 PORTVERSION=	0.21.0
-DISTVERSIONPREFIX=	${PORTNAME}-
+DISTVERSIONPREFIX=	libpsl-
 PORTREVISION=	1
 CATEGORIES=	dns
 
@@ -16,14 +16,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	public_suffix_list>=0:dns/public_suffix_list \
 		xsltproc:textproc/libxslt
 
-OPTIONS_DEFINE=	NLS
-OPTIONS_SINGLE=	IDNA
-OPTIONS_SINGLE_IDNA=	ICU IDN IDN2
-OPTIONS_DEFAULT=IDN2
-ICU_DESC=	Use devel/icu (IDNA2008 UTS\#46 library)
-IDN_DESC=	Use dns/libidn (IDNA2003 library)
-IDN2_DESC=	Use dns/libidn2 (IDNA2008 library)
-
 USES=		autoreconf libtool localbase:ldflags pathfix pkgconfig python:build shebangfix
 
 CONFIGURE_ARGS=	--enable-man \
@@ -38,6 +30,14 @@ GH_ACCOUNT=	rockdaboot
 USE_GITHUB=	yes
 
 SHEBANG_FILES=	src/psl-make-dafsa
+
+OPTIONS_DEFINE=	NLS
+OPTIONS_SINGLE=	IDNA
+OPTIONS_SINGLE_IDNA=	ICU IDN IDN2
+OPTIONS_DEFAULT=IDN2
+ICU_DESC=	Use devel/icu (IDNA2008 UTS\#46 library)
+IDN_DESC=	Use dns/libidn (IDNA2003 library)
+IDN2_DESC=	Use dns/libidn2 (IDNA2008 library)
 
 ICU_CONFIGURE_ON=	--enable-builtin=libicu --enable-runtime=libicu
 ICU_LIB_DEPENDS=	libicuuc.so:devel/icu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911132325.xADNPEr4032884>