From cc46529a4003fae60e76e7f96e42f0f940062e70 Mon Sep 17 00:00:00 2001 From: jakob Date: Fri, 18 May 2001 15:26:08 +0000 Subject: [PATCH] update to v1.3. from MAINTAINER. --- net/aggregate/Makefile | 6 ++++-- net/aggregate/files/md5 | 6 +++--- net/aggregate/patches/patch-Makefile | 16 ---------------- net/aggregate/patches/patch-Makefile.in | 12 ++++++++++++ 4 files changed, 19 insertions(+), 21 deletions(-) delete mode 100644 net/aggregate/patches/patch-Makefile create mode 100644 net/aggregate/patches/patch-Makefile.in diff --git a/net/aggregate/Makefile b/net/aggregate/Makefile index f7af334b35c..d8850166ba0 100644 --- a/net/aggregate/Makefile +++ b/net/aggregate/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2001/03/24 19:55:38 jakob Exp $ +# $OpenBSD: Makefile,v 1.3 2001/05/18 15:26:08 jakob Exp $ COMMENT= optimise a list of route prefixes -DISTNAME= aggregate-1.1 +DISTNAME= aggregate-1.3 CATEGORIES= net NEED_VERSION= 1.363 @@ -15,4 +15,6 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes +CONFIGURE_STYLE= gnu + .include diff --git a/net/aggregate/files/md5 b/net/aggregate/files/md5 index 70640f0e1b7..8e11cf1150b 100644 --- a/net/aggregate/files/md5 +++ b/net/aggregate/files/md5 @@ -1,3 +1,3 @@ -MD5 (aggregate-1.1.tar.gz) = 6371136a8bef3f56da08c2a58c35f5ce -RMD160 (aggregate-1.1.tar.gz) = 284ec07e665f68f490240956c71d01153e3a43df -SHA1 (aggregate-1.1.tar.gz) = c98115508ecea6fa48d3d4e0c17961e1ad1a33e7 +MD5 (aggregate-1.3.tar.gz) = 729839d1da1e61037b25d0d7e48bb1de +SHA1 (aggregate-1.3.tar.gz) = 0ee49cb39ff105ab9004e176e380cf58c0b44713 +RMD160 (aggregate-1.3.tar.gz) = 9d7a09eb9d4b6c1c4e7d1e37513728c8771c6940 diff --git a/net/aggregate/patches/patch-Makefile b/net/aggregate/patches/patch-Makefile deleted file mode 100644 index b90dbc3c7e9..00000000000 --- a/net/aggregate/patches/patch-Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- aggregate-1.1/Makefile Fri Feb 16 11:31:55 2001 -+++ Makefile Fri Feb 16 13:27:38 2001 -@@ -27,9 +27,9 @@ - rm aggregate - - install: aggregate aggregate.1 -- install -c -g wheel -m 0755 -o root aggregate /usr/local/bin/ -- install -c -g wheel -m 0644 -o root aggregate.1 /usr/local/man/man1/ -- install -c -g wheel -m 0755 -o root aggregate-ios /usr/local/bin/ -- install -c -g wheel -m 0644 -o root aggregate-ios.1 /usr/local/man/man1/ -+ install -c -g wheel -m 0755 -o root aggregate ${PREFIX}/bin/ -+ install -c -g wheel -m 0644 -o root aggregate.1 ${PREFIX}/man/man1/ -+ install -c -g wheel -m 0755 -o root aggregate-ios ${PREFIX}/bin/ -+ install -c -g wheel -m 0644 -o root aggregate-ios.1 ${PREFIX}/man/man1/ - - aggregate: aggregate.c diff --git a/net/aggregate/patches/patch-Makefile.in b/net/aggregate/patches/patch-Makefile.in new file mode 100644 index 00000000000..07fe99b054d --- /dev/null +++ b/net/aggregate/patches/patch-Makefile.in @@ -0,0 +1,12 @@ +$OpenBSD: patch-Makefile.in,v 1.1 2001/05/18 15:26:09 jakob Exp $ +--- Makefile.in.orig Fri May 18 17:22:53 2001 ++++ Makefile.in Fri May 18 17:23:07 2001 +@@ -27,7 +27,7 @@ DEFS = @DEFS@ + LIBS = @LIBS@ + CFLAGS = -O + LDFLAGS = -s +-prefix = @prefix@ ++prefix = $(PREFIX) + + SHELL = /bin/sh +