From owner-svn-ports-all@freebsd.org Sat Jun 11 21:40:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FBDDAF018D; Sat, 11 Jun 2016 21:40:01 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5849A21B8; Sat, 11 Jun 2016 21:40:01 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5BLe0IJ033767; Sat, 11 Jun 2016 21:40:00 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5BLe0Er033764; Sat, 11 Jun 2016 21:40:00 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201606112140.u5BLe0Er033764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sat, 11 Jun 2016 21:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416757 - in head/net/smcroute: . 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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2016 21:40:01 -0000 Author: hrs Date: Sat Jun 11 21:40:00 2016 New Revision: 416757 URL: https://svnweb.freebsd.org/changeset/ports/416757 Log: Update to 2.1.0. Added: head/net/smcroute/files/patch-Makefile.am (contents, props changed) Deleted: head/net/smcroute/files/patch-Makefile.in Modified: head/net/smcroute/Makefile head/net/smcroute/distinfo Modified: head/net/smcroute/Makefile ============================================================================== --- head/net/smcroute/Makefile Sat Jun 11 21:39:43 2016 (r416756) +++ head/net/smcroute/Makefile Sat Jun 11 21:40:00 2016 (r416757) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= smcroute -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org @@ -10,6 +10,7 @@ COMMENT= Static multicast routing tool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +USES= autoreconf USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= troglobit Modified: head/net/smcroute/distinfo ============================================================================== --- head/net/smcroute/distinfo Sat Jun 11 21:39:43 2016 (r416756) +++ head/net/smcroute/distinfo Sat Jun 11 21:40:00 2016 (r416757) @@ -1,2 +1,3 @@ -SHA256 (troglobit-smcroute-2.0.0_GH0.tar.gz) = 0c1cec2df56ef4da06d7f919b5ba663a994b94db322b9eeece1093f5d2b2f658 -SIZE (troglobit-smcroute-2.0.0_GH0.tar.gz) = 125925 +TIMESTAMP = 1465680746 +SHA256 (troglobit-smcroute-2.1.0_GH0.tar.gz) = 1b0b625e3645b1bce42c257d1541c85c8a15d763f38cf8892563b6c5696d89ee +SIZE (troglobit-smcroute-2.1.0_GH0.tar.gz) = 43402 Added: head/net/smcroute/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/smcroute/files/patch-Makefile.am Sat Jun 11 21:40:00 2016 (r416757) @@ -0,0 +1,12 @@ +--- Makefile.am.orig 2016-02-17 21:02:06 UTC ++++ Makefile.am +@@ -2,8 +2,7 @@ + + dist_man8_MANS = smcroute.8 + +-doc_DATA = README AUTHORS TODO ChangeLog COPYING \ +- smcroute.conf smcroute.init ++doc_DATA = README AUTHORS TODO ChangeLog COPYING + EXTRA_DIST = autogen.sh smcroute.conf smcroute.init + + sbin_PROGRAMS = smcroute