Index: head/dns/idnkit2/Makefile =================================================================== --- head/dns/idnkit2/Makefile (revision 507555) +++ head/dns/idnkit2/Makefile (revision 507556) @@ -1,33 +1,33 @@ # Created by: Rafal Lesniak # $FreeBSD$ PORTNAME= idnkit PORTVERSION= 2.3 PORTREVISION= 2 CATEGORIES= dns -MASTER_SITES= http://jprs.co.jp/idn/ +MASTER_SITES= https://jprs.co.jp/idn/ PKGNAMESUFFIX= 2 MAINTAINER= fbsd@grid.einherjar.de COMMENT= Internationalized Domain Name toolkit 2 LICENSE= OSCL LICENSE_NAME= Open Source Code License LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS_INSTALL= idnkit-1.* USES= iconv libtool tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} USE_LDCONFIG= yes INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' \ ${WRKSRC}/configure .include Index: head/dns/idnkit2/pkg-descr =================================================================== --- head/dns/idnkit2/pkg-descr (revision 507555) +++ head/dns/idnkit2/pkg-descr (revision 507556) @@ -1,13 +1,13 @@ Internationalized Domain Name toolkit 2 (idnkit-2) provides useful APIs (libraries) for application developers to make softwares IDNA2008-compliant, and also provides tools for system administrators to process IDNs appropriately according to IDNA2008 specification. The idnkit-2 is a toolkit revised by JPRS from the idnkit-1.0 developed by JPNIC, and it is released as an open source free software modified to comply with IDNA2008. idnkit-2 consists from its main part written in C and additional API packages for other languages (Java, Python, and Perl). -WWW: http://jprs.co.jp/idn/index-e.html +WWW: https://jprs.co.jp/idn/index-e.html