summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-05-27 16:33:59 +0000
committerijliao <ijliao@FreeBSD.org>2001-05-27 16:33:59 +0000
commit73acbcab2814f0e1af03c26b1fd6b1e6f0d5dd92 (patch)
tree8df3427263544e9f50068c3dd51832c3ec0168f8 /net-mgmt
parent1e17dd41810ea9163b16db176c875df342a2e017 (diff)
downloadFreeBSD-ports-73acbcab2814f0e1af03c26b1fd6b1e6f0d5dd92.zip
FreeBSD-ports-73acbcab2814f0e1af03c26b1fd6b1e6f0d5dd92.tar.gz
upgrade to 1.3
PR: 27409 Submitted by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/aggregate/Makefile6
-rw-r--r--net-mgmt/aggregate/distinfo2
-rw-r--r--net-mgmt/aggregate/files/patch-aa16
3 files changed, 5 insertions, 19 deletions
diff --git a/net-mgmt/aggregate/Makefile b/net-mgmt/aggregate/Makefile
index 1722af3..3acaf67 100644
--- a/net-mgmt/aggregate/Makefile
+++ b/net-mgmt/aggregate/Makefile
@@ -6,12 +6,14 @@
#
PORTNAME= aggregate
-PORTVERSION= 1.1
+PORTVERSION= 1.3
CATEGORIES= net
MASTER_SITES= http://www.mfnx.net/public/
MAINTAINER= jabley@automagic.org
-MAN1= aggregate.1 aggregate-ios.1
+GNU_CONFIGURE= yes
+
+MAN1= aggregate.1 aggregate-ios.1
.include <bsd.port.mk>
diff --git a/net-mgmt/aggregate/distinfo b/net-mgmt/aggregate/distinfo
index 7c39533..dbc3525 100644
--- a/net-mgmt/aggregate/distinfo
+++ b/net-mgmt/aggregate/distinfo
@@ -1 +1 @@
-MD5 (aggregate-1.1.tar.gz) = 6371136a8bef3f56da08c2a58c35f5ce
+MD5 (aggregate-1.3.tar.gz) = 729839d1da1e61037b25d0d7e48bb1de
diff --git a/net-mgmt/aggregate/files/patch-aa b/net-mgmt/aggregate/files/patch-aa
deleted file mode 100644
index b90dbc3..0000000
--- a/net-mgmt/aggregate/files/patch-aa
+++ /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
OpenPOWER on IntegriCloud