From nobody@FreeBSD.org  Sat Apr 26 02:41:15 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C2C50106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2008 02:41:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C26858FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2008 02:41:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3Q2ej9J002671
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2008 02:40:45 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3Q2ejjS002670;
	Sat, 26 Apr 2008 02:40:45 GMT
	(envelope-from nobody)
Message-Id: <200804260240.m3Q2ejjS002670@www.freebsd.org>
Date: Sat, 26 Apr 2008 02:40:45 GMT
From: bf <bf2006a@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] archivers/paq: fix fetch problems
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         123101
>Category:       ports
>Synopsis:       [PATCH] archivers/paq: fix fetch problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 26 02:50:01 UTC 2008
>Closed-Date:    Sat Apr 26 14:39:01 UTC 2008
>Last-Modified:  Sat Apr 26 14:40:05 UTC 2008
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
Make the port fetchable again after the distfile was modified upstream.
Tweak nasm flags.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN paq.orig/Makefile paq/Makefile
--- paq.orig/Makefile	2008-03-14 13:28:16.000000000 -0400
+++ paq/Makefile	2008-04-22 16:21:52.672857000 -0400
@@ -32,7 +32,7 @@
 BUILD_DEPENDS+=	nasm:${PORTSDIR}/devel/nasm
 PAQFLAGS+=	-DUNIX
 ASM1?=	nasm -f elf -o
-ASM2?=
+ASM2?=	-Ox
 .if !defined(WITH_SSE2)
 ASMFILE=	paq7asm
 .else
diff -ruN paq.orig/distinfo paq/distinfo
--- paq.orig/distinfo	2008-03-14 13:28:16.000000000 -0400
+++ paq/distinfo	2008-04-22 16:16:43.599151000 -0400
@@ -1,6 +1,6 @@
-MD5 (paq8o9.zip) = b5ec9fb9905b91e8ba4dc67377b2218f
-SHA256 (paq8o9.zip) = 005f98f305f7eefed325f128acaa092661ed86262210919004561a6ddee67e57
-SIZE (paq8o9.zip) = 108734
+MD5 (paq8o9.zip) = 8fbeb53a52ac1d72f7b9e85770653f7e
+SHA256 (paq8o9.zip) = 53eafa4797d72b6d5630cfa9b43e69b3de58f01119bdf8f23b6d3d940a9d2336
+SIZE (paq8o9.zip) = 109559
 MD5 (lpaq8.zip) = 16349656a2d3802bc0ccde5a2fa5bb9d
 SHA256 (lpaq8.zip) = ea43474526f13338cbb50ce3fbd974a0d088d77a3b73d42010ad11fb89a498b2
 SIZE (lpaq8.zip) = 43529


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Apr 26 09:43:46 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123101 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Apr 26 14:39:00 UTC 2008 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/123101: commit references a PR
Date: Sat, 26 Apr 2008 14:38:57 +0000 (UTC)

 miwi        2008-04-26 14:38:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/paq        Makefile distinfo 
   Log:
   - Make the port fetchable again after the distfile was modified upstream.
     Tweak nasm flags.
   
   PR:             123101
   Submitted by:   bf <bf2006a@yahoo.com> (maintainer)
   
   Revision  Changes    Path
   1.13      +2 -2      ports/archivers/paq/Makefile
   1.11      +3 -3      ports/archivers/paq/distinfo
 _______________________________________________
 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:
