From owner-svn-ports-all@freebsd.org Thu Sep 10 02:51:32 2015 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 770B7A00DFF; Thu, 10 Sep 2015 02:51:32 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 4E5C61C33; Thu, 10 Sep 2015 02:51:32 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8A2pWpP039762; Thu, 10 Sep 2015 02:51:32 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8A2pVmt039759; Thu, 10 Sep 2015 02:51:31 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201509100251.t8A2pVmt039759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 10 Sep 2015 02:51:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396549 - in head/textproc/urlview: . 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.20 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: Thu, 10 Sep 2015 02:51:32 -0000 Author: wen Date: Thu Sep 10 02:51:30 2015 New Revision: 396549 URL: https://svnweb.freebsd.org/changeset/ports/396549 Log: - Update to 0.9.20131021 - Switch to USE_GITHUB - Add WWW PR: 202207 Submitted by: dereks@lifeofadishwasher.com Approved by: udvzsolt@gmail.com(maintainer) Deleted: head/textproc/urlview/files/ Modified: head/textproc/urlview/Makefile head/textproc/urlview/distinfo head/textproc/urlview/pkg-descr Modified: head/textproc/urlview/Makefile ============================================================================== --- head/textproc/urlview/Makefile Thu Sep 10 01:28:38 2015 (r396548) +++ head/textproc/urlview/Makefile Thu Sep 10 02:51:30 2015 (r396549) @@ -2,21 +2,18 @@ # $FreeBSD$ PORTNAME= urlview -PORTVERSION= 0.9 -PORTREVISION= 7 +PORTVERSION= 0.9.20131021 CATEGORIES= textproc www -MASTER_SITES= ftp://ftp.mutt.org/mutt/contrib/ \ - ftp://ftp.cs.tu-berlin.de/pub/net/mail/mutt/contrib/ \ - ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/contrib/ \ - ftp://ftp.gbnet.net/pub/mutt-international/contrib/ \ - ftp://ftp.gwdg.de/pub/unix/mail/mutt/international/contrib/ \ - http://seis.bris.ac.uk/~mexas/ MAINTAINER= udvzsolt@gmail.com COMMENT= URL extractor/launcher LICENSE= GPLv2 +USE_GITHUB= yes +GH_ACCOUNT= sigpipe +GH_TAGNAME= 45443109 + GNU_CONFIGURE= yes PLIST_FILES= bin/urlview \ etc/urlview.conf.sample \ Modified: head/textproc/urlview/distinfo ============================================================================== --- head/textproc/urlview/distinfo Thu Sep 10 01:28:38 2015 (r396548) +++ head/textproc/urlview/distinfo Thu Sep 10 02:51:30 2015 (r396549) @@ -1,2 +1,2 @@ -SHA256 (urlview-0.9.tar.gz) = 74d18026e84e3cd70a3fdd1a7247a68031b0c1c1c6d761d64b7063ff71091cc3 -SIZE (urlview-0.9.tar.gz) = 46685 +SHA256 (sigpipe-urlview-0.9.20131021-45443109_GH0.tar.gz) = 2aa14d67a8bd44fd0533fa6000507a1aa67e9d72447b0c2eb66183a2f830cd31 +SIZE (sigpipe-urlview-0.9.20131021-45443109_GH0.tar.gz) = 91331 Modified: head/textproc/urlview/pkg-descr ============================================================================== --- head/textproc/urlview/pkg-descr Thu Sep 10 01:28:38 2015 (r396548) +++ head/textproc/urlview/pkg-descr Thu Sep 10 02:51:30 2015 (r396549) @@ -4,3 +4,5 @@ command to view a specific item. urlview uses a regular expression to extract URLs from the specified text files. + +WWW: https://github.com/sigpipe/urlview