summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-05-22 00:50:08 +0000
committerWill Andrews <will@FreeBSD.org>2000-05-22 00:50:08 +0000
commit4f8bab731237eb3c297d82464c6bbad18e06aaec (patch)
tree2e20306cbeea0d9cd14de8bb188f434b56bd82de /sysutils
parentMake this port respect CFLAGS. (diff)
Update to 1.3A.
PR: 18645 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=28654
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/consolehm/Makefile4
-rw-r--r--sysutils/consolehm/distinfo2
-rw-r--r--sysutils/consolehm/files/patch-aa12
3 files changed, 3 insertions, 15 deletions
diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile
index 529315278d38..0a063de9cb19 100644
--- a/sysutils/consolehm/Makefile
+++ b/sysutils/consolehm/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= consolehm
-PORTVERSION= 1.2
+PORTVERSION= 1.3A
CATEGORIES= sysutils
-MASTER_SITES= ftp://mongol.dhis.org/pub/consolehm/ \
+MASTER_SITES= ftp://muir.yi.org/pub/consolehm/ \
http://www.es.co.nz/~mmuir/
MAINTAINER= mmuir@es.co.nz
diff --git a/sysutils/consolehm/distinfo b/sysutils/consolehm/distinfo
index f03e86307061..1104b0dff0b8 100644
--- a/sysutils/consolehm/distinfo
+++ b/sysutils/consolehm/distinfo
@@ -1 +1 @@
-MD5 (consolehm-1.2.tar.gz) = e931c8ff2cee20e8093ed1e541873b16
+MD5 (consolehm-1.3A.tar.gz) = 5d48316a9b4db201449c6555dbd978f2
diff --git a/sysutils/consolehm/files/patch-aa b/sysutils/consolehm/files/patch-aa
deleted file mode 100644
index 8f16375c8c04..000000000000
--- a/sysutils/consolehm/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.in.orig Wed Oct 20 23:02:06 1999
-+++ Makefile.in Wed Oct 20 23:02:19 1999
-@@ -1,7 +1,7 @@
- DEFS=-DHAVE_CONFIG_H
--PREFIX=/usr/local
-+PREFIX?=/usr/local
-
--CFLAGS=-O2 -g -Wall $(DEFS)
-+CFLAGS+=-Wall $(DEFS)
-
- OBJS=chm.o
-