aboutsummaryrefslogtreecommitdiff
path: root/net/openbgpd
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2009-07-03 15:40:29 +0000
committerHiroki Sato <hrs@FreeBSD.org>2009-07-03 15:40:29 +0000
commit8b45b21d4880728b64221b91c7655898960dacc1 (patch)
tree1ca663acb757d88cd4bb67409f15752d4fc8193d /net/openbgpd
parent4e30f95e657ce3fe1489c4695095c5f3b2ba1fce (diff)
downloadports-8b45b21d4880728b64221b91c7655898960dacc1.tar.gz
ports-8b45b21d4880728b64221b91c7655898960dacc1.zip
Fix default CONFFILE. Bump PORTREVISION.
Spotted by: Andrey Groshev
Notes
Notes: svn path=/head/; revision=237014
Diffstat (limited to 'net/openbgpd')
-rw-r--r--net/openbgpd/Makefile2
-rw-r--r--net/openbgpd/files/patch-bgpd_Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile
index 09a45e3515fc..eb2343a099d3 100644
--- a/net/openbgpd/Makefile
+++ b/net/openbgpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openbgpd
PORTVERSION= 4.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_OPENBSD}
MASTER_SITE_SUBDIR= OpenBGPD
diff --git a/net/openbgpd/files/patch-bgpd_Makefile b/net/openbgpd/files/patch-bgpd_Makefile
index 74a6df5c809c..80ee1f6855d9 100644
--- a/net/openbgpd/files/patch-bgpd_Makefile
+++ b/net/openbgpd/files/patch-bgpd_Makefile
@@ -2,17 +2,17 @@ Index: bgpd/Makefile
===================================================================
RCS file: /home/cvs/private/hrs/openbgpd/bgpd/Makefile,v
retrieving revision 1.1.1.1
-retrieving revision 1.3
-diff -u -p -r1.1.1.1 -r1.3
+retrieving revision 1.4
+diff -u -p -r1.1.1.1 -r1.4
--- bgpd/Makefile 30 Jun 2009 05:46:15 -0000 1.1.1.1
-+++ bgpd/Makefile 30 Jun 2009 06:56:51 -0000 1.3
++++ bgpd/Makefile 3 Jul 2009 15:32:15 -0000 1.4
@@ -1,17 +1,20 @@
# $OpenBSD: Makefile,v 1.27 2007/12/20 17:08:47 henning Exp $
-.PATH: ${.CURDIR}/..
+.PATH: ${.CURDIR}/.. ${.CURDIR}/../openbsd-compat
+
-+CONFFILE?= /etc/bgpd.h
++CONFFILE?= ${PREFIX}/etc/bgpd.conf
PROG= bgpd
SRCS= bgpd.c buffer.c session.c log.c parse.y config.c imsg.c \