From root@prometheus.scode.org  Fri May  8 21:44:57 2009
Return-Path: <root@prometheus.scode.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 105491065670
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 May 2009 21:44:57 +0000 (UTC)
	(envelope-from root@prometheus.scode.org)
Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72])
	by mx1.freebsd.org (Postfix) with ESMTP id C18418FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 May 2009 21:44:56 +0000 (UTC)
	(envelope-from root@prometheus.scode.org)
Received: from ironport.bredband.com (195.54.101.120) by proxy2.bredband.net (7.3.140.3)
        id 49F59CBD0042958F for FreeBSD-gnats-submit@freebsd.org; Fri, 8 May 2009 23:44:56 +0200
Received: from c-549072d5.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([213.114.144.84])
  by ironport1.bredband.com with ESMTP; 08 May 2009 23:44:55 +0200
Received: by prometheus.scode.org (Postfix, from userid 0)
	id D3FFD384B4D; Fri,  8 May 2009 23:44:55 +0200 (CEST)
Message-Id: <20090508214455.D3FFD384B4D@prometheus.scode.org>
Date: Fri,  8 May 2009 23:44:55 +0200 (CEST)
From: Peter Schuller <peter.schuller@infidyne.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] textproc/asciidoc: update to 8.4.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         134378
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/asciidoc: update to 8.4.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 08 21:50:02 UTC 2009
>Closed-Date:    Sat May 09 09:34:43 UTC 2009
>Last-Modified:  Sat May  9 09:40:01 UTC 2009
>Originator:     peter.schuller@infidyne.com
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD prometheus.scode.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Apr 29 20:02:26 CEST 2009
>Description:
- Update to 8.4.4

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

--- asciidoc-8.4.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/Makefile /usr/ports/textproc/asciidoc/Makefile
--- /usr/ports/textproc/asciidoc.orig/Makefile	2009-04-26 14:24:57.000000000 +0200
+++ /usr/ports/textproc/asciidoc/Makefile	2009-05-08 23:39:01.275297508 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asciidoc
-PORTVERSION=	8.4.3
+PORTVERSION=	8.4.4
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.methods.co.nz/asciidoc/ \
 		SF
diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/distinfo /usr/ports/textproc/asciidoc/distinfo
--- /usr/ports/textproc/asciidoc.orig/distinfo	2009-05-08 23:38:37.000000000 +0200
+++ /usr/ports/textproc/asciidoc/distinfo	2009-05-08 23:39:10.869086278 +0200
@@ -1,3 +1,3 @@
-MD5 (asciidoc-8.4.3.tar.gz) = 0c9e5eef74eb47c0e281206fafab0495
-SHA256 (asciidoc-8.4.3.tar.gz) = d31559cf69f2cc068090b9bd4dc7dfd25eb0cf37721e403b65385edd5cd8dea3
-SIZE (asciidoc-8.4.3.tar.gz) = 1145884
+MD5 (asciidoc-8.4.4.tar.gz) = 579bcd5762b177ee0ddccece8c34724b
+SHA256 (asciidoc-8.4.4.tar.gz) = 43181d4753376fe22d8a7949a94b5ebb439fd94a7b92791e9126e82632adfa62
+SIZE (asciidoc-8.4.4.tar.gz) = 1160222
diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/files/patch-Makefile.in /usr/ports/textproc/asciidoc/files/patch-Makefile.in
--- /usr/ports/textproc/asciidoc.orig/files/patch-Makefile.in	2009-04-26 14:24:57.000000000 +0200
+++ /usr/ports/textproc/asciidoc/files/patch-Makefile.in	2009-05-08 23:42:07.745166789 +0200
@@ -1,17 +1,16 @@
---- Makefile.in.orig	2009-04-24 21:18:33.542877821 +0200
-+++ Makefile.in	2009-04-24 21:19:04.433196893 +0200
-@@ -4,10 +4,6 @@
+--- Makefile.in.orig	2009-05-08 23:41:23.568145042 +0200
++++ Makefile.in	2009-05-08 23:41:57.495396294 +0200
+@@ -4,9 +4,6 @@
  
  .NOTPARALLEL:
  
 -INSTALL = @INSTALL@
 -INSTALL_PROG = @INSTALL_PROGRAM@
 -INSTALL_DATA = @INSTALL_DATA@
--
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
  SED = @SED@
  
- prefix = @prefix@
-@@ -90,7 +86,7 @@
+@@ -90,7 +87,7 @@
  	$(INSTALL) -d $(DESTDIR)/$($@)
  
  $(PROGTARGETS): % : %dir
@@ -20,7 +19,7 @@
  
  $(DATATARGETS): % : %dir
  	$(INSTALL_DATA) $($@) $(DESTDIR)/$($<)/
-@@ -147,7 +143,7 @@
+@@ -147,7 +144,7 @@
  
  build: fixconfpath
  
--- asciidoc-8.4.4.patch ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Fri May 8 22:00:43 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134378 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Sat May 9 09:34:42 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134378: commit references a PR
Date: Sat,  9 May 2009 09:34:38 +0000 (UTC)

 dhn         2009-05-09 09:34:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/asciidoc    Makefile distinfo 
     textproc/asciidoc/files patch-Makefile.in 
   Log:
   - Update to 8.4.4
   
   PR:             ports/134378
   Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
   Approved by:    miwi (mentor implicit)
   
   Revision  Changes    Path
   1.14      +1 -1      ports/textproc/asciidoc/Makefile
   1.14      +3 -3      ports/textproc/asciidoc/distinfo
   1.4       +6 -7      ports/textproc/asciidoc/files/patch-Makefile.in
 _______________________________________________
 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"
 
>Unformatted:
