From trasz@pin.if.uz.zgora.pl  Thu Jul 12 19:41:14 2007
Return-Path: <trasz@pin.if.uz.zgora.pl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 28B8116A469
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Jul 2007 19:41:14 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251])
	by mx1.freebsd.org (Postfix) with ESMTP id 8F65313C44B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Jul 2007 19:41:13 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id 4923E39859; Thu, 12 Jul 2007 21:26:31 +0200 (CEST)
Message-Id: <20070712192631.4923E39859@pin.if.uz.zgora.pl>
Date: Thu, 12 Jul 2007 21:26:31 +0200 (CEST)
From: Edward Tomasz Napierala <trasz@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: chuck@pkix.net
Subject: [PATCH] textproc/raptor: update to 1.4.15
X-Send-Pr-Version: 3.113
X-GNATS-Notify: chuck@pkix.net

>Number:         114537
>Category:       ports
>Synopsis:       [PATCH] textproc/raptor: update to 1.4.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trasz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 12 19:50:03 GMT 2007
>Closed-Date:    Fri Jul 13 19:19:38 GMT 2007
>Last-Modified:  Fri Jul 13 19:19:38 GMT 2007
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
- Update to 1.4.15

Port maintainer (chuck@pkix.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- raptor-1.4.15.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/raptor/Makefile /home/trasz/raptor/Makefile
--- /usr/ports/textproc/raptor/Makefile	Wed Dec 13 13:41:34 2006
+++ /home/trasz/raptor/Makefile	Thu Jul 12 21:14:59 2007
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	raptor
-PORTVERSION=	1.4.13
-PORTREVISION=	1
+PORTVERSION=	1.4.15
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://download.librdf.org/source/
diff -ruN --exclude=CVS /usr/ports/textproc/raptor/distinfo /home/trasz/raptor/distinfo
--- /usr/ports/textproc/raptor/distinfo	Fri Dec  8 23:55:44 2006
+++ /home/trasz/raptor/distinfo	Thu Jul 12 21:14:59 2007
@@ -1,3 +1,3 @@
-MD5 (raptor-1.4.13.tar.gz) = a00b9685dd42d29537a4ff6bc94efabd
-SHA256 (raptor-1.4.13.tar.gz) = f017a49515e19527914770e8659e7b1a487ee829bf85d6698fdf25ef81883533
-SIZE (raptor-1.4.13.tar.gz) = 1412413
+MD5 (raptor-1.4.15.tar.gz) = 658fac0c25d50274c879f6cc49c3364b
+SHA256 (raptor-1.4.15.tar.gz) = df391e58c8ee3cd1efd8f1bef7ae6dc103c1479ec9e54511e5a933d057983efc
+SIZE (raptor-1.4.15.tar.gz) = 1445553
diff -ruN --exclude=CVS /usr/ports/textproc/raptor/files/patch-configure /home/trasz/raptor/files/patch-configure
--- /usr/ports/textproc/raptor/files/patch-configure	Wed Dec 13 13:41:34 2006
+++ /home/trasz/raptor/files/patch-configure	Thu Jul 12 21:15:00 2007
@@ -1,81 +1,15 @@
---- configure.orig	Mon Dec 11 15:16:01 2006
-+++ configure	Mon Dec 11 15:28:29 2006
-@@ -19868,6 +19868,74 @@
+--- configure.orig	Thu Jul 12 20:58:13 2007
++++ configure	Thu Jul 12 20:59:37 2007
+@@ -19368,6 +19368,8 @@
  
  
  
-+# Check whether --with-curl-config was given.
-+if test "${with_curl_config+set}" = set; then
-+  withval=$with_curl_config; curl_config="$withval"
-+else
-+  curl_config=""
-+fi
-+
-+
-+if test "X$curl_config" != "X" ; then
-+  { echo "$as_me:$LINENO: checking for $curl_config" >&5
-+echo $ECHO_N "checking for $curl_config... $ECHO_C" >&6; }
-+
-+  if test -f $curl_config ; then
-+    CURL_CONFIG=$curl_config
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+  else
-+    { echo "$as_me:$LINENO: result: no - searching PATH" >&5
-+echo "${ECHO_T}no - searching PATH" >&6; }
-+  fi
-+fi
-+if test "X$CURL_CONFIG" = "X"; then
-+  for ac_prog in curl-config
-+do
-+  # Extract the first word of "$ac_prog", so it can be a program name with args.
-+set dummy $ac_prog; ac_word=$2
-+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-+if test "${ac_cv_prog_CURL_CONFIG+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$CURL_CONFIG"; then
-+  ac_cv_prog_CURL_CONFIG="$CURL_CONFIG" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-+    ac_cv_prog_CURL_CONFIG="$ac_prog"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+IFS=$as_save_IFS
-+
-+fi
-+fi
-+CURL_CONFIG=$ac_cv_prog_CURL_CONFIG
-+if test -n "$CURL_CONFIG"; then
-+  { echo "$as_me:$LINENO: result: $CURL_CONFIG" >&5
-+echo "${ECHO_T}$CURL_CONFIG" >&6; }
-+else
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+fi
-+
-+
-+  test -n "$CURL_CONFIG" && break
-+done
-+
-+fi
-+
 +oCPPFLAGS="$CPPFLAGS"
 +CPPFLAGS="$CPPFLAGS `$CURL_CONFIG --cflags`"
  
  for ac_header in errno.h stdlib.h unistd.h string.h limits.h dmalloc.h getopt.h sys/stat.h curl/curl.h libxml/nanohttp.h sys/param.h sys/time.h
  do
-@@ -20037,6 +20105,9 @@
+@@ -19513,6 +19515,9 @@
  
  done
  
@@ -85,80 +19,7 @@
  { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
  echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
  if test "${ac_cv_header_time+set}" = set; then
-@@ -23931,72 +24002,6 @@
- fi
- 
- 
--# Check whether --with-curl-config was given.
--if test "${with_curl_config+set}" = set; then
--  withval=$with_curl_config; curl_config="$withval"
--else
--  curl_config=""
--fi
--
--
--if test "X$curl_config" != "X" ; then
--  { echo "$as_me:$LINENO: checking for $curl_config" >&5
--echo $ECHO_N "checking for $curl_config... $ECHO_C" >&6; }
--
--  if test -f $curl_config ; then
--    CURL_CONFIG=$curl_config
--    { echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6; }
--  else
--    { echo "$as_me:$LINENO: result: no - searching PATH" >&5
--echo "${ECHO_T}no - searching PATH" >&6; }
--  fi
--fi
--if test "X$CURL_CONFIG" = "X"; then
--  for ac_prog in curl-config
--do
--  # Extract the first word of "$ac_prog", so it can be a program name with args.
--set dummy $ac_prog; ac_word=$2
--{ echo "$as_me:$LINENO: checking for $ac_word" >&5
--echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
--if test "${ac_cv_prog_CURL_CONFIG+set}" = set; then
--  echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--  if test -n "$CURL_CONFIG"; then
--  ac_cv_prog_CURL_CONFIG="$CURL_CONFIG" # Let the user override the test.
--else
--as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
--for as_dir in $PATH
--do
--  IFS=$as_save_IFS
--  test -z "$as_dir" && as_dir=.
--  for ac_exec_ext in '' $ac_executable_extensions; do
--  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
--    ac_cv_prog_CURL_CONFIG="$ac_prog"
--    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
--    break 2
--  fi
--done
--done
--IFS=$as_save_IFS
--
--fi
--fi
--CURL_CONFIG=$ac_cv_prog_CURL_CONFIG
--if test -n "$CURL_CONFIG"; then
--  { echo "$as_me:$LINENO: result: $CURL_CONFIG" >&5
--echo "${ECHO_T}$CURL_CONFIG" >&6; }
--else
--  { echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6; }
--fi
--
--
--  test -n "$CURL_CONFIG" && break
--done
--
--fi
--
- 
- oLIBS="$LIBS"
- 
-@@ -25623,7 +25628,9 @@
+@@ -24381,7 +24386,9 @@
  
  oCPPFLAGS="$CPPFLAGS"
  if test "X$CURL_CONFIG" != X; then
@@ -168,7 +29,7 @@
    LIBS="$LIBS `$CURL_CONFIG --libs`"
    { echo "$as_me:$LINENO: checking for curl_easy_init" >&5
  echo $ECHO_N "checking for curl_easy_init... $ECHO_C" >&6; }
-@@ -25728,6 +25735,7 @@
+@@ -24470,6 +24477,7 @@
    have_curl_easy_init=no
  fi
  
diff -ruN --exclude=CVS /usr/ports/textproc/raptor/pkg-plist /home/trasz/raptor/pkg-plist
--- /usr/ports/textproc/raptor/pkg-plist	Fri Dec  8 23:55:44 2006
+++ /home/trasz/raptor/pkg-plist	Thu Jul 12 21:15:00 2007
@@ -45,11 +45,13 @@
 share/gtk-doc/html/raptor/restrict-parser-network-access.html
 share/gtk-doc/html/raptor/right.png
 share/gtk-doc/html/raptor/serializer-atom.html
+share/gtk-doc/html/raptor/serializer-dot.html
 share/gtk-doc/html/raptor/serializer-ntriples.html
 share/gtk-doc/html/raptor/serializer-rdfxml-abbrev.html
 share/gtk-doc/html/raptor/serializer-rdfxml-xmp.html
 share/gtk-doc/html/raptor/serializer-rdfxml.html
 share/gtk-doc/html/raptor/serializer-rss-1-0.html
+share/gtk-doc/html/raptor/serializer-turtle.html
 share/gtk-doc/html/raptor/style.css
 share/gtk-doc/html/raptor/tutorial-initialising-finishing.html
 share/gtk-doc/html/raptor/tutorial-serializer-get-triples.html
--- raptor-1.4.15.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->trasz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jul 12 19:55:33 UTC 2007 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114537 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jul 12 19:55:40 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114537 

From: Chuck Swiger <chuck@pkix.net>
To: bug-followup@FreeBSD.org
Cc: Edward Tomasz Napierala <trasz@FreeBSD.org>
Subject: Re: ports/114537: [PATCH] textproc/raptor: update to 1.4.15
Date: Thu, 12 Jul 2007 13:05:47 -0700

 On Jul 12, 2007, at 12:55 PM, Edwin Groothuis wrote:
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/114537
 
 I approve the change, many thanks for submitting the update, Edward....
 
 -- 
 -Chuck
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114537: commit references a PR
Date: Fri, 13 Jul 2007 19:03:58 +0000 (UTC)

 trasz       2007-07-13 19:03:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/raptor      Makefile distinfo pkg-plist 
     textproc/raptor/files patch-configure 
   Log:
   - Update to 1.4.15.
   
   PR:             ports/114537
   Submitted by:   trasz
   Approved by:    maintainer, miwi (mentor)
   
   Revision  Changes    Path
   1.41      +1 -2      ports/textproc/raptor/Makefile
   1.25      +3 -3      ports/textproc/raptor/distinfo
   1.4       +6 -145    ports/textproc/raptor/files/patch-configure
   1.12      +2 -0      ports/textproc/raptor/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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: trasz 
State-Changed-When: Fri Jul 13 19:19:36 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114537 
>Unformatted:
