diff options
author | will <will@FreeBSD.org> | 2000-05-22 08:50:08 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-22 08:50:08 +0800 |
commit | 04c4de1ff5052c43184040ade04ef622d8f107d9 (patch) | |
tree | 334f85099dff6a7a3c90b99f8b186e046b283d00 /sysutils | |
parent | 22c4c91a39eb2b536c6daedd61931af1be0567ee (diff) | |
download | freebsd-ports-gnome-04c4de1ff5052c43184040ade04ef622d8f107d9.tar.gz freebsd-ports-gnome-04c4de1ff5052c43184040ade04ef622d8f107d9.tar.zst freebsd-ports-gnome-04c4de1ff5052c43184040ade04ef622d8f107d9.zip |
Update to 1.3A.
PR: 18645
Submitted by: MAINTAINER
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolehm/Makefile | 4 | ||||
-rw-r--r-- | sysutils/consolehm/distinfo | 2 | ||||
-rw-r--r-- | sysutils/consolehm/files/patch-aa | 12 |
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 - |