svn commit: r392497 - in head/net-mgmt/choparp: . files
Renato Botelho
garga at FreeBSD.org
Sun Jul 19 12:00:18 UTC 2015
Author: garga
Date: Sun Jul 19 12:00:16 2015
New Revision: 392497
URL: https://svnweb.freebsd.org/changeset/ports/392497
Log:
Update to 20150613
Note this version uses pcap instead of bpf
Sponsored by: Netgate
Deleted:
head/net-mgmt/choparp/files/patch-Makefile
head/net-mgmt/choparp/files/patch-choparp.8
head/net-mgmt/choparp/files/patch-choparp.c
Modified:
head/net-mgmt/choparp/Makefile
head/net-mgmt/choparp/distinfo
head/net-mgmt/choparp/pkg-descr
Modified: head/net-mgmt/choparp/Makefile
==============================================================================
--- head/net-mgmt/choparp/Makefile Sun Jul 19 11:52:30 2015 (r392496)
+++ head/net-mgmt/choparp/Makefile Sun Jul 19 12:00:16 2015 (r392497)
@@ -2,18 +2,31 @@
# $FreeBSD$
PORTNAME= choparp
-PORTVERSION= 20021107
-PORTREVISION= 4
+PORTVERSION= 20150613
CATEGORIES= net-mgmt
-MASTER_SITES= SF
+MASTER_SITES= GH
MAINTAINER= garga at FreeBSD.org
COMMENT= Simple proxy arp daemon
LICENSE= BSD3CLAUSE
+USE_GITHUB= yes
+GH_ACCOUNT= quinot
+GH_TAGNAME= release/${PORTVERSION}
USE_RC_SUBR= choparp
+LDFLAGS+= -lpcap
PLIST_FILES= sbin/choparp man/man8/choparp.8.gz
+do-build:
+ ( cd ${WRKSRC}/src && \
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} ${PORTNAME}.c )
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
+ ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.8 \
+ ${STAGEDIR}${MAN8PREFIX}/man/man8
+
.include <bsd.port.mk>
Modified: head/net-mgmt/choparp/distinfo
==============================================================================
--- head/net-mgmt/choparp/distinfo Sun Jul 19 11:52:30 2015 (r392496)
+++ head/net-mgmt/choparp/distinfo Sun Jul 19 12:00:16 2015 (r392497)
@@ -1,2 +1,2 @@
-SHA256 (choparp-20021107.tar.gz) = 3a79c98868b87513dee19805a00d1262907e42dbca6e688f1550870fa02acd7c
-SIZE (choparp-20021107.tar.gz) = 6687
+SHA256 (quinot-choparp-20150613-release-20150613_GH0.tar.gz) = 141cad384dc42f094d0c9a1fd49440adc1bf7f19c1cce122091374d8ca261f19
+SIZE (quinot-choparp-20150613-release-20150613_GH0.tar.gz) = 6506
Modified: head/net-mgmt/choparp/pkg-descr
==============================================================================
--- head/net-mgmt/choparp/pkg-descr Sun Jul 19 11:52:30 2015 (r392496)
+++ head/net-mgmt/choparp/pkg-descr Sun Jul 19 12:00:16 2015 (r392497)
@@ -4,4 +4,4 @@ proxy arp reply to the sender if the arp
(ethernet hardware address) for the network speicified by net_addr and
net_mask.
-WWW: http://sourceforge.net/projects/choparp/
+WWW: https://github.com/quinot/choparp
More information about the svn-ports-all
mailing list