aboutsummaryrefslogtreecommitdiff
path: root/devel/ald
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 06:15:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 06:15:38 +0000
commit78a4a87f29f4c8184e3f5cca9c9c2cae6f3c7900 (patch)
tree240dcfbed9cae79c5104b276951d687b95562f00 /devel/ald
parent4c1874e220c95a73da8d4fce0c10fe393f0ddd6e (diff)
downloadports-78a4a87f29f4c8184e3f5cca9c9c2cae6f3c7900.tar.gz
ports-78a4a87f29f4c8184e3f5cca9c9c2cae6f3c7900.zip
Update port: to version 0.1.7
PR: ports/89910 Submitted by: Patrick Alken <pa59@cornell.edu>
Notes
Notes: svn path=/head/; revision=150341
Diffstat (limited to 'devel/ald')
-rw-r--r--devel/ald/Makefile25
-rw-r--r--devel/ald/distinfo5
-rw-r--r--devel/ald/pkg-descr4
3 files changed, 18 insertions, 16 deletions
diff --git a/devel/ald/Makefile b/devel/ald/Makefile
index 9e380c83d797..7e64302b1480 100644
--- a/devel/ald/Makefile
+++ b/devel/ald/Makefile
@@ -1,23 +1,24 @@
# New ports collection makefile for: ald
# Date created: 11 July 2003
-# Whom: Patrick Alken <pa59@cornell.edu>
+# Whom: Patrick Alken <alken@colorado.edu>
#
# $FreeBSD$
#
-PORTNAME= ald
-PORTVERSION= 0.1.6
-CATEGORIES= devel
-MASTER_SITES= http://ald.sourceforge.net/source/
+PORTNAME= ald
+PORTVERSION= 0.1.7
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= pa59@cornell.edu
-COMMENT= Debugger for assembly level programs
+MAINTAINER= alken@colorado.edu
+COMMENT= Debugger for assembly level programs
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
-MAN8= ald.8
-PLIST_FILES= bin/ald
-ONLY_FOR_ARCHS= i386
-NOPRECIOUSMAKEVARS=yes
+MAN8= ald.8
+PLIST_FILES= bin/ald
+ONLY_FOR_ARCHS= i386
+NOPRECIOUSMAKEVARS= yes
.include <bsd.port.mk>
diff --git a/devel/ald/distinfo b/devel/ald/distinfo
index 1a18d34d364b..1c16395e4bc7 100644
--- a/devel/ald/distinfo
+++ b/devel/ald/distinfo
@@ -1,2 +1,3 @@
-MD5 (ald-0.1.6.tar.gz) = cad29d49de3f413469b1bf482b6c8d83
-SIZE (ald-0.1.6.tar.gz) = 369023
+MD5 (ald-0.1.7.tar.gz) = dc9839014ea9308146142ab84efbbd46
+SHA256 (ald-0.1.7.tar.gz) = 673575054a203db13cb01090491c5be30f376ac6d6e4209c8995011ae5cd7c02
+SIZE (ald-0.1.7.tar.gz) = 665998
diff --git a/devel/ald/pkg-descr b/devel/ald/pkg-descr
index c348dd2f2f4e..d531ee72208b 100644
--- a/devel/ald/pkg-descr
+++ b/devel/ald/pkg-descr
@@ -2,7 +2,7 @@ This is a port of ALD - the Assembly Language Debugger. It provides
breakpoint debugging capabilities to those wishing to debug their
assembly language programs. Currently, x86 platforms are supported.
-WWW: http://dunx1.irt.drexel.edu/~psa22/ald.html
+WWW: http://ald.sourceforge.net
Patrick Alken
-pa59 (at) cornell.edu
+alken (at) colorado.edu