Bug 119786 - update port: textproc/redland to v1.0.7
Summary: update port: textproc/redland to v1.0.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-18 23:50 UTC by Chuck Swiger
Modified: 2008-01-26 22:40 UTC (History)
0 users

See Also:


Attachments
file.diff (3.52 KB, patch)
2008-01-18 23:50 UTC, Chuck Swiger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chuck Swiger 2008-01-18 23:50:02 UTC
Update textproc/redland port to v1.0.7.  Please note this depends on having
raptor updated from http://www.freebsd.org/cgi/query-pr.cgi?pr=119781 first.

How-To-Repeat: 
N/A.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-01-19 13:19:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-01-20 10:35:04 UTC
State Changed
From-To: open->feedback

Hi, The port does not build. Can you take a look at it? 

http://amd64.miwibox.org/tb/index.php?action=describe_port&id=1941 
http://head.miwibox.org/tb/index.php?action=describe_port&id=1911 

- Martin
Comment 3 Chuck Swiger 2008-01-21 18:10:06 UTC
Hi--

On Jan 20, 2008, at 2:36 AM, miwi@FreeBSD.org wrote:
> Hi, The port does not build. Can you take a look at it?
>
> http://amd64.miwibox.org/tb/index.php?action=describe_port&id=1941
> http://head.miwibox.org/tb/index.php?action=describe_port&id=1911

I think this is because the machine I was testing on already had MySQL  
around, so a build without the MySQL option is trying to pick up some  
document files which would not be installed in that case.  I'll look  
into this, thanks for the feedback...

-- 
-Chuck
Comment 4 Chuck Swiger 2008-01-25 21:04:41 UTC
Hi--

Sorry for the delay, $REALJOB took much time away this week, but  
here's an updated diff which works for me with or without MYSQL enabled:

On Jan 20, 2008, at 2:36 AM, miwi@FreeBSD.org wrote:
> Hi, The port does not build. Can you take a look at it?

diff -dur textproc/redland/Makefile redland/Makefile
--- textproc/redland/Makefile	2007-07-31 15:02:47.000000000 -0400
+++ redland/Makefile	2008-01-25 15:54:09.000000000 -0500
@@ -7,7 +7,7 @@
  #

  PORTNAME=	redland
-PORTVERSION=	1.0.5
+PORTVERSION=	1.0.7
  CATEGORIES=	textproc
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
  		http://librdf.org/dist/source/
@@ -46,6 +46,9 @@
  .if defined(WITH_MYSQL)
  USE_MYSQL=	yes
  CONFIGURE_ARGS+=--with-mysql=yes
+PLIST_SUB+=     MYSQL=""
+.else
+PLIST_SUB+=     MYSQL="@comment "
  .endif

  pre-everything::
diff -dur textproc/redland/distinfo redland/distinfo
--- /usr/ports/textproc/redland/distinfo	2007-07-31 15:02:47.000000000  
-0400
+++ redland/distinfo	2008-01-25 15:32:22.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (redland-1.0.5.tar.gz) = 43d909ff6ffa7f7559ad9af5620c8cbf
-SHA256 (redland-1.0.5.tar.gz) =  
3bb39e8446c4de50008ceec87475eccc1a4c17bf8bc0cf9689dedd4bdcafd9a4
-SIZE (redland-1.0.5.tar.gz) = 3313157
+MD5 (redland-1.0.7.tar.gz) = 4c066d3dcf6c25f8fb8c9007e73f293c
+SHA256 (redland-1.0.7.tar.gz) =  
5fe48265b770bae89c47b3a55711adbfba368dfa120ab8112bde539b210426fc
+SIZE (redland-1.0.7.tar.gz) = 3739013
diff -dur textproc/redland/pkg-plist redland/pkg-plist
--- /usr/ports/textproc/redland/pkg-plist	2007-07-31  
15:02:47.000000000 -0400
+++ redland/pkg-plist	2008-01-25 15:53:44.000000000 -0500
@@ -48,10 +48,11 @@
  share/gtk-doc/html/rasqal/rasqal-section-query.html
  share/gtk-doc/html/rasqal/rasqal-section-query-results-formatter.html
  share/gtk-doc/html/rasqal/rasqal-section-triple.html
-share/gtk-doc/html/rasqal/rasqal.devhelp
-share/gtk-doc/html/rasqal/rasqal.devhelp2
  share/gtk-doc/html/rasqal/rasqal-section-triples-source.html
  share/gtk-doc/html/rasqal/rasqal-section-variable.html
+share/gtk-doc/html/rasqal/rasqal-section-xsd.html
+share/gtk-doc/html/rasqal/rasqal.devhelp
+share/gtk-doc/html/rasqal/rasqal.devhelp2
  share/gtk-doc/html/rasqal/rasqal.html
  share/gtk-doc/html/rasqal/right.png
  share/gtk-doc/html/rasqal/style.css
@@ -59,12 +60,10 @@
  share/gtk-doc/html/redland/home.png
  share/gtk-doc/html/redland/index.html
  share/gtk-doc/html/redland/index.sgml
+share/gtk-doc/html/redland/indexes.html
  share/gtk-doc/html/redland/introduction.html
-share/gtk-doc/html/redland/ix01.html
  share/gtk-doc/html/redland/left.png
  share/gtk-doc/html/redland/objects.html
-share/gtk-doc/html/redland/pt01.html
-share/gtk-doc/html/redland/pt02.html
  share/gtk-doc/html/redland/redland-concepts.html
  share/gtk-doc/html/redland/redland-digest.html
  share/gtk-doc/html/redland/redland-files.html
@@ -81,6 +80,15 @@
  share/gtk-doc/html/redland/redland-serializer.html
  share/gtk-doc/html/redland/redland-statement.html
  share/gtk-doc/html/redland/redland-storage.html
+share/gtk-doc/html/redland/redland-storage-module-file.html
+share/gtk-doc/html/redland/redland-storage-module-hashes.html
+share/gtk-doc/html/redland/redland-storage-module-memory.html
+share/gtk-doc/html/redland/redland-storage-module-mysql.html
+share/gtk-doc/html/redland/redland-storage-module-postgresql.html
+share/gtk-doc/html/redland/redland-storage-module-sqlite.html
+share/gtk-doc/html/redland/redland-storage-module-tstore.html
+share/gtk-doc/html/redland/redland-storage-module-uri.html
+share/gtk-doc/html/redland/redland-storage-modules.html
  share/gtk-doc/html/redland/redland-stream.html
  share/gtk-doc/html/redland/redland-unicode.html
  share/gtk-doc/html/redland/redland-uri.html
@@ -88,9 +96,13 @@
  share/gtk-doc/html/redland/redland.devhelp
  share/gtk-doc/html/redland/redland.devhelp2
  share/gtk-doc/html/redland/redland.html
+share/gtk-doc/html/redland/reference-manual.html
  share/gtk-doc/html/redland/right.png
  share/gtk-doc/html/redland/style.css
+share/gtk-doc/html/redland/tutorial.html
  share/gtk-doc/html/redland/up.png
+%%MYSQL%%share/redland/mysql-v1.ttl
+%%MYSQL%%share/redland/mysql-v2.ttl
  %%DATADIR%%/Redland.i
  @dirrm %%DATADIR%%
  @exec mkdir -p %D/share/gtk-doc/html/rasqal

Regards,
-- 
-Chuck
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2008-01-26 22:36:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-01-26 22:36:50 UTC
miwi        2008-01-26 22:36:42 UTC

  FreeBSD ports repository

  Modified files:
    textproc/redland     Makefile distinfo pkg-plist 
  Log:
  - Update to 1.0.7
  
  PR:             119786
  Submitted by:   chuck@pkix.net (maintainer)
  
  Revision  Changes    Path
  1.31      +5 -1      ports/textproc/redland/Makefile
  1.18      +3 -3      ports/textproc/redland/distinfo
  1.14      +18 -5     ports/textproc/redland/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"