Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2008 09:59:21 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/128388: [PATCH]devel/distorm: update to 1.7.30
Message-ID:  <200810260959.m9Q9xLQh012293@www.freebsd.org>
Resent-Message-ID: <200810261000.m9QA09ZY041145@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         128388
>Category:       ports
>Synopsis:       [PATCH]devel/distorm: update to 1.7.30
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 26 10:00:08 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN distorm.orig/Makefile distorm/Makefile
--- distorm.orig/Makefile	2008-10-26 04:11:35.439238044 -0400
+++ distorm/Makefile	2008-10-26 04:28:38.458465628 -0400
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	distorm
-PORTVERSION=	1.7.29
+PORTVERSION=	1.7.30
 CATEGORIES=	devel
-MASTER_SITES=	http://www.ragestorm.net/distorm/ \
-		http://www.damogran.de/ports/distorm/
+MASTER_SITES=	http://www.ragestorm.net/distorm/
 DISTNAME=	${PORTNAME}64-pkg${PORTVERSION}
 
 MAINTAINER=	bf2006a@yahoo.com
@@ -18,7 +17,7 @@
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 
-WRKSRC=		${WRKDIR}/distorm/build/linux
+WRKSRC=		${WRKDIR}/distorm64/build/linux
 ALL_TARGET=	clib
 PLIST_FILES=	bin/disasm lib/libdistorm64.a lib/libdistorm64.so
 
@@ -34,7 +33,7 @@
 post-install:
 	${MKDIR} ${DOCSDIR}
 .for f in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKDIR}/distorm/doc/${f} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKDIR}/distorm64/doc/${f} ${DOCSDIR}
 .endfor
 .endif
 
diff -ruN distorm.orig/distinfo distorm/distinfo
--- distorm.orig/distinfo	2008-10-26 04:11:35.440239568 -0400
+++ distorm/distinfo	2008-10-26 04:28:38.459465475 -0400
@@ -1,3 +1,3 @@
-MD5 (distorm64-pkg1.7.29.tar.bz2) = 47f13753cd335463aea6011d76ea1660
-SHA256 (distorm64-pkg1.7.29.tar.bz2) = 6f29b6ada8d0bfbc3945b3aa594db389da18861824a9a42846bbc02bc4a091bc
-SIZE (distorm64-pkg1.7.29.tar.bz2) = 90049
+MD5 (distorm64-pkg1.7.30.tar.bz2) = e436f2b3f0b1baf1350cca15c01e78e5
+SHA256 (distorm64-pkg1.7.30.tar.bz2) = bc2fc90e2111dfbba7fa397725ed6ae8b70477a3f7c60995e73d44a778a751be
+SIZE (distorm64-pkg1.7.30.tar.bz2) = 91976


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810260959.m9Q9xLQh012293>