mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Upgrade to 0.9.6.
PR: ports/45448 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
150f335772
commit
b2dc59c00f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70431
@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= raptor
|
||||
PORTVERSION= 0.9.5
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.redland.opensource.ac.uk/dist/source/
|
||||
@ -26,6 +25,9 @@ USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= rdfdump.1
|
||||
MAN3= libraptor.3
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags`
|
||||
LDFLAGS= -L${LOCALBASE}/lib -lgnugetopt `${LIBWWW_CONFIG} --libs`
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (raptor-0.9.5.tar.gz) = 8d8a93323ff6de7ae4f1fed1ba80a6cb
|
||||
MD5 (raptor-0.9.6.tar.gz) = 5b44d56b826633166ff150ae893ca82c
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/raptor-config
|
||||
bin/rdfdump
|
||||
include/ntriples.h
|
||||
include/raptor.h
|
||||
|
@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= raptor
|
||||
PORTVERSION= 0.9.5
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.redland.opensource.ac.uk/dist/source/
|
||||
@ -26,6 +25,9 @@ USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= rdfdump.1
|
||||
MAN3= libraptor.3
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags`
|
||||
LDFLAGS= -L${LOCALBASE}/lib -lgnugetopt `${LIBWWW_CONFIG} --libs`
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (raptor-0.9.5.tar.gz) = 8d8a93323ff6de7ae4f1fed1ba80a6cb
|
||||
MD5 (raptor-0.9.6.tar.gz) = 5b44d56b826633166ff150ae893ca82c
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/raptor-config
|
||||
bin/rdfdump
|
||||
include/ntriples.h
|
||||
include/raptor.h
|
||||
|
Loading…
Reference in New Issue
Block a user