Index: head/devel/libidn/Makefile =================================================================== --- head/devel/libidn/Makefile (revision 91570) +++ head/devel/libidn/Makefile (revision 91571) @@ -1,57 +1,58 @@ # New ports collection makefile for: libidn # Date created: 19.06.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= libidn -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/${PORTNAME}/ \ http://josefsson.org/libidn/releases/ MAINTAINER= krion@FreeBSD.org COMMENT= Internationalized Domain Names command line tool LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt USE_LIBTOOL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GETOPT_LONG= yes INFO= libidn CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .if exists(${LOCALBASE}/bin/emacs) PLIST_SUB+= EMACS="" EMACSDIR=share/emacs .elif exists(${LOCALBASE}/bin/xemacs) PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs .else PLIST_SUB+= EMACS="@comment " EMACSDIR="" .endif MAN1= idn.1 MAN3= idna_to_ascii_4i.3 idna_to_ascii_4z.3 idna_to_ascii_8z.3 \ idna_to_ascii_lz.3 idna_to_unicode_44i.3 idna_to_unicode_4z4z.3 \ idna_to_unicode_8z4z.3 idna_to_unicode_8z8z.3 idna_to_unicode_8zlz.3 \ idna_to_unicode_lzlz.3 punycode_decode.3 punycode_encode.3 \ stringprep.3 stringprep_check_version.3 stringprep_convert.3 \ stringprep_locale_charset.3 stringprep_locale_to_utf8.3 \ stringprep_profile.3 stringprep_ucs4_nfkc_normalize.3 \ stringprep_ucs4_to_utf8.3 stringprep_unichar_to_utf8.3 \ stringprep_utf8_nfkc_normalize.3 stringprep_utf8_to_locale.3 \ - stringprep_utf8_to_ucs4.3 stringprep_utf8_to_unichar.3 + stringprep_utf8_to_ucs4.3 stringprep_utf8_to_unichar.3 \ + stringprep_4i.3 stringprep_4zi.3 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README FAQ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/devel/libidn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/libidn/distinfo =================================================================== --- head/devel/libidn/distinfo (revision 91570) +++ head/devel/libidn/distinfo (revision 91571) @@ -1 +1 @@ -MD5 (libidn-0.3.2.tar.gz) = 70db3b671d9b5c8d2b83995145d0c292 +MD5 (libidn-0.3.3.tar.gz) = aae37748904f8fe944b01de4461b0034 Property changes on: head/devel/libidn/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/libidn/pkg-plist =================================================================== --- head/devel/libidn/pkg-plist (revision 91570) +++ head/devel/libidn/pkg-plist (revision 91571) @@ -1,17 +1,17 @@ bin/idn include/idn-int.h include/idna.h include/punycode.h include/stringprep.h lib/libidn.a lib/libidn.so -lib/libidn.so.11 +lib/libidn.so.12 lib/pkgconfig/libidn.pc %%EMACS%%%%EMACSDIR%%/site-lisp/idna.el %%EMACS%%%%EMACSDIR%%/site-lisp/punycode.el %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/FAQ @unexec rmdir %D/lib/pkgconfig 2>/dev/null || true %%EMACS%%@dirrm %%EMACSDIR%%/site-lisp %%EMACS%%@dirrm %%EMACSDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/devel/libidn/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/dns/libidn/Makefile =================================================================== --- head/dns/libidn/Makefile (revision 91570) +++ head/dns/libidn/Makefile (revision 91571) @@ -1,57 +1,58 @@ # New ports collection makefile for: libidn # Date created: 19.06.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= libidn -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/${PORTNAME}/ \ http://josefsson.org/libidn/releases/ MAINTAINER= krion@FreeBSD.org COMMENT= Internationalized Domain Names command line tool LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt USE_LIBTOOL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GETOPT_LONG= yes INFO= libidn CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .if exists(${LOCALBASE}/bin/emacs) PLIST_SUB+= EMACS="" EMACSDIR=share/emacs .elif exists(${LOCALBASE}/bin/xemacs) PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs .else PLIST_SUB+= EMACS="@comment " EMACSDIR="" .endif MAN1= idn.1 MAN3= idna_to_ascii_4i.3 idna_to_ascii_4z.3 idna_to_ascii_8z.3 \ idna_to_ascii_lz.3 idna_to_unicode_44i.3 idna_to_unicode_4z4z.3 \ idna_to_unicode_8z4z.3 idna_to_unicode_8z8z.3 idna_to_unicode_8zlz.3 \ idna_to_unicode_lzlz.3 punycode_decode.3 punycode_encode.3 \ stringprep.3 stringprep_check_version.3 stringprep_convert.3 \ stringprep_locale_charset.3 stringprep_locale_to_utf8.3 \ stringprep_profile.3 stringprep_ucs4_nfkc_normalize.3 \ stringprep_ucs4_to_utf8.3 stringprep_unichar_to_utf8.3 \ stringprep_utf8_nfkc_normalize.3 stringprep_utf8_to_locale.3 \ - stringprep_utf8_to_ucs4.3 stringprep_utf8_to_unichar.3 + stringprep_utf8_to_ucs4.3 stringprep_utf8_to_unichar.3 \ + stringprep_4i.3 stringprep_4zi.3 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README FAQ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/dns/libidn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/dns/libidn/distinfo =================================================================== --- head/dns/libidn/distinfo (revision 91570) +++ head/dns/libidn/distinfo (revision 91571) @@ -1 +1 @@ -MD5 (libidn-0.3.2.tar.gz) = 70db3b671d9b5c8d2b83995145d0c292 +MD5 (libidn-0.3.3.tar.gz) = aae37748904f8fe944b01de4461b0034 Property changes on: head/dns/libidn/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/dns/libidn/pkg-plist =================================================================== --- head/dns/libidn/pkg-plist (revision 91570) +++ head/dns/libidn/pkg-plist (revision 91571) @@ -1,17 +1,17 @@ bin/idn include/idn-int.h include/idna.h include/punycode.h include/stringprep.h lib/libidn.a lib/libidn.so -lib/libidn.so.11 +lib/libidn.so.12 lib/pkgconfig/libidn.pc %%EMACS%%%%EMACSDIR%%/site-lisp/idna.el %%EMACS%%%%EMACSDIR%%/site-lisp/punycode.el %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/FAQ @unexec rmdir %D/lib/pkgconfig 2>/dev/null || true %%EMACS%%@dirrm %%EMACSDIR%%/site-lisp %%EMACS%%@dirrm %%EMACSDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/dns/libidn/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property