Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 02:51:31 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396549 - in head/textproc/urlview: . files
Message-ID:  <201509100251.t8A2pVmt039759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509100251.t8A2pVmt039759>