Skip to content
Snippets Groups Projects
Commit 7e5344a5 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

devel/gumbo: Update version 0.10.1=>0.12.1

- Switch to new fork as Google has abandoned this project

PR:		275327
Reported by:	bsd@dino.sk
Approved by:	bdrewery (maintainer-timeout)
parent c4ebc185
No related branches found
No related tags found
No related merge requests found
PORTNAME= gumbo PORTNAME= gumbo
PORTVERSION= 0.10.1 PORTVERSION= 0.12.1
DISTVERSIONPREFIX= v
CATEGORIES= devel textproc CATEGORIES= devel textproc
MASTER_SITES= https://codeberg.org/grisha/gumbo-parser/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy/
MAINTAINER= bdrewery@FreeBSD.org MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Pure-C HTML5 parser COMMENT= Pure-C HTML5 parser
WWW= https://github.com/google/gumbo-parser WWW= https://codeberg.org/grisha/gumbo-parser
LICENSE= APACHE20 LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= google
GH_PROJECT= gumbo-parser
USES= autoreconf gmake pathfix libtool USES= autoreconf gmake pathfix libtool
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-extract:
${MV} ${WRKDIR}/gumbo-parser ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-install: post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgumbo.so.1.0.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgumbo.so.2.0.1
.include <bsd.port.mk> .include <bsd.port.mk>
SHA256 (google-gumbo-parser-v0.10.1_GH0.tar.gz) = 28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad TIMESTAMP = 1700865645
SIZE (google-gumbo-parser-v0.10.1_GH0.tar.gz) = 2119285 SHA256 (gumbo-0.12.1.tar.gz) = a0ff2e1b613403fe69ff6407f3f93221fdfa67da357be158bb1e6903b33c1c10
SIZE (gumbo-0.12.1.tar.gz) = 2115338
...@@ -2,6 +2,6 @@ include/gumbo.h ...@@ -2,6 +2,6 @@ include/gumbo.h
include/tag_enum.h include/tag_enum.h
lib/libgumbo.a lib/libgumbo.a
lib/libgumbo.so lib/libgumbo.so
lib/libgumbo.so.1 lib/libgumbo.so.2
lib/libgumbo.so.1.0.0 lib/libgumbo.so.2.0.1
libdata/pkgconfig/gumbo.pc libdata/pkgconfig/gumbo.pc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment