From owner-svn-ports-head@FreeBSD.ORG Sun Oct 6 18:30:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 430793F3; Sun, 6 Oct 2013 18:30:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 21F8928EA; Sun, 6 Oct 2013 18:30:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r96IUiMm022749; Sun, 6 Oct 2013 18:30:45 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r96IUidw022745; Sun, 6 Oct 2013 18:30:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310061830.r96IUidw022745@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Oct 2013 18:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329615 - in head/net/tcptraceroute: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 18:30:45 -0000 Author: sunpoet Date: Sun Oct 6 18:30:43 2013 New Revision: 329615 URL: http://svnweb.freebsd.org/changeset/ports/329615 Log: - Add LICENSE - Support STAGEDIR - Cleanup Makefile - Update WWW Modified: head/net/tcptraceroute/Makefile head/net/tcptraceroute/files/patch-Makefile (contents, props changed) head/net/tcptraceroute/pkg-descr (contents, props changed) head/net/tcptraceroute/pkg-plist (contents, props changed) Modified: head/net/tcptraceroute/Makefile ============================================================================== --- head/net/tcptraceroute/Makefile Sun Oct 6 18:28:48 2013 (r329614) +++ head/net/tcptraceroute/Makefile Sun Oct 6 18:30:43 2013 (r329615) @@ -11,18 +11,11 @@ MASTER_SITES= http://michael.toren.net/c MAINTAINER= sunpoet@FreeBSD.org COMMENT= Traceroute implementation using TCP packets -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 +LICENSE= GPLv2 -MAN8= tcptraceroute.8 +BUILD_DEPENDS= ${LOCALBASE}/bin/libnet10-config:${PORTSDIR}/net/libnet10 -LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config - -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|' \ - ${WRKSRC}/${MAKEFILE} - -post-install: - @${CHMOD} u+s ${PREFIX}/sbin/tcptraceroute + @${REINPLACE_CMD} -e 's|libnet-config|libnet10-config|' ${WRKSRC}/Makefile .include Modified: head/net/tcptraceroute/files/patch-Makefile ============================================================================== --- head/net/tcptraceroute/files/patch-Makefile Sun Oct 6 18:28:48 2013 (r329614) +++ head/net/tcptraceroute/files/patch-Makefile Sun Oct 6 18:30:43 2013 (r329615) @@ -29,8 +29,8 @@ install: tcptraceroute - install -D tcptraceroute $(DESTDIR)/tcptraceroute -+ install -c -s tcptraceroute $(BINDIR)/tcptraceroute -+ install -c -m 444 tcptraceroute.8 $(MANDIR)/man8/tcptraceroute.8 ++ install -c -s tcptraceroute $(DESTDIR)$(BINDIR)/tcptraceroute ++ install -c -m 444 tcptraceroute.8 $(DESTDIR)$(MANDIR)/man8/tcptraceroute.8 distrib: clean changelog man Modified: head/net/tcptraceroute/pkg-descr ============================================================================== --- head/net/tcptraceroute/pkg-descr Sun Oct 6 18:28:48 2013 (r329614) +++ head/net/tcptraceroute/pkg-descr Sun Oct 6 18:30:43 2013 (r329615) @@ -15,4 +15,4 @@ listening for connections on. By sending UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common firewall filters. -WWW: http://michael.toren.net/code/tcptraceroute/ +WWW: https://github.com/mct/tcptraceroute Modified: head/net/tcptraceroute/pkg-plist ============================================================================== --- head/net/tcptraceroute/pkg-plist Sun Oct 6 18:28:48 2013 (r329614) +++ head/net/tcptraceroute/pkg-plist Sun Oct 6 18:30:43 2013 (r329615) @@ -1,2 +1,4 @@ -@comment $FreeBSD$ +man/man8/tcptraceroute.8.gz +@mode 4555 sbin/tcptraceroute +@mode