diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index c9811e16e3eb..66aa2e211c46 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -1,31 +1,32 @@ PORTNAME= nokogiri PORTVERSION= 1.15.5 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= HTML, XML, SAX, and Reader parser WWW= https://nokogiri.org/ \ https://github.com/sparklemotion/nokogiri LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${RUN_DEPENDS} \ rubygem-mini_portile2>=2.8.2<2.9:devel/rubygem-mini_portile2 \ rubygem-pkg-config>=1.1<2:devel/rubygem-pkg-config # Do not add mini_portile2 to RUN_DEPENDS. Read ext/nokogiri/extconf.rb # and https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html RUN_DEPENDS= rubygem-racc>=1.4<2:devel/rubygem-racc USES= cpe gem gnome gettext-runtime USE_GNOME= libxml2 libxslt CONFIGURE_ARGS= --use-system-libraries PLIST_FILES= bin/nokogiri post-install: ${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/ .include diff --git a/textproc/rubygem-nokogiri111/Makefile b/textproc/rubygem-nokogiri111/Makefile index 13a82e33bd11..dd90af09d97f 100644 --- a/textproc/rubygem-nokogiri111/Makefile +++ b/textproc/rubygem-nokogiri111/Makefile @@ -1,35 +1,35 @@ PORTNAME= nokogiri PORTVERSION= 1.11.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 111 MAINTAINER= ruby@FreeBSD.org COMMENT= HTML, XML, SAX, and Reader parser WWW= https://nokogiri.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error # Do not add mini_portile2 to RUN_DEPENDS. Read ext/nokogiri/extconf.rb # and https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \ rubygem-racc>=1.4<2:devel/rubygem-racc USES= cpe gem gnome pkgconfig gettext-runtime USE_GNOME= libxml2 libxslt CONFIGURE_ARGS= --use-system-libraries post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/nokogiri ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD} ${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/ PORTSCOUT= limit:^1\.11\. .include