- Update to 0.2.4
PR: ports/107584 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer
This commit is contained in:
parent
cced382deb
commit
404fddbdd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181896
3 changed files with 7 additions and 5 deletions
|
@ -7,10 +7,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= gmetadom
|
||||
PORTVERSION= 0.2.3
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}b
|
||||
|
||||
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
||||
COMMENT= A Collection of DOM Implementations
|
||||
|
@ -19,13 +20,14 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
|||
LIB_DEPENDS= gdome.8:${PORTSDIR}/textproc/gdome2
|
||||
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_GNOME= glib20 gnomehack libxml2
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS= OCAML "OCAML language support" off
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gmetadom-0.2.3.tar.gz) = da5f6f9f39a09aacbf9d3bb17804e787
|
||||
SHA256 (gmetadom-0.2.3.tar.gz) = 62a1005c4cc47521a6e7ca9615d7de482114bea8c80c165a7de5c813e991a8a9
|
||||
SIZE (gmetadom-0.2.3.tar.gz) = 479336
|
||||
MD5 (gmetadom-0.2.4b.tar.gz) = bb0443a5ae4988e6b078431007fc6dcd
|
||||
SHA256 (gmetadom-0.2.4b.tar.gz) = f69ca2fbea196aa521eeafc5f33709c0f4296664a8c5f9717228f8cae8f67ec3
|
||||
SIZE (gmetadom-0.2.4b.tar.gz) = 494144
|
||||
|
|
Loading…
Reference in a new issue