pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

webbrowser: Switch from csh to sh and clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Dec 29 15:52:52 2021 -0600
Changeset:	afd5729e85bf027039af10d3c4bec394191e2bbf

Modified Files:
	webbrowser/DESCR
	webbrowser/Makefile
	webbrowser/distinfo
Removed Files:
	webbrowser/buildlink3.mk

Log Message:
webbrowser: Switch from csh to sh and clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=afd5729e85bf027039af10d3c4bec394191e2bbf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webbrowser/DESCR         |  1 +
 webbrowser/Makefile      | 10 +++++-----
 webbrowser/buildlink3.mk | 22 ----------------------
 webbrowser/distinfo      |  6 +++---
 4 files changed, 9 insertions(+), 30 deletions(-)

diffs:
diff --git a/webbrowser/DESCR b/webbrowser/DESCR
index e69de29bb2..96592e3795 100644
--- a/webbrowser/DESCR
+++ b/webbrowser/DESCR
@@ -0,0 +1 @@
+Run the "best" available web browser using a default or user-provided list.
diff --git a/webbrowser/Makefile b/webbrowser/Makefile
index e55f2af74b..d4e086da03 100644
--- a/webbrowser/Makefile
+++ b/webbrowser/Makefile
@@ -1,12 +1,12 @@
 # $NetBSD: Makefile,v 1.1 2013/08/14 01:13:50 outpaddling Exp $
-#
 
-DISTNAME=	webbrowser-0.3.0
+DISTNAME=	webbrowser-0.3.0.1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	84cb894fdd1735a31981494f6ff890e00b3d24a4
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/outpaddling/webbrowser/releases/new
+HOMEPAGE=	https://github.com/outpaddling/webbrowser/
 COMMENT=	Proxy script for launching "best" available web browser
 LICENSE=	2-clause-bsd
 
@@ -16,9 +16,9 @@ USE_LANGUAGES=	# none
 
 NO_BUILD=	yes
 
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
+
 do-install:
-	${MKDIR} ${DESTDIR}${PREFIX}/bin
-	${MKDIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 	${INSTALL_SCRIPT} ${WRKSRC}/webbrowser ${DESTDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/webbrowser.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
diff --git a/webbrowser/buildlink3.mk b/webbrowser/buildlink3.mk
deleted file mode 100644
index db172f7f1e..0000000000
--- a/webbrowser/buildlink3.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2013/08/15 17:47:58 outpaddling Exp $
-# XXX
-# XXX This file was created automatically using createbuildlink-3.16.
-# XXX After this file has been verified as correct, the comment lines
-# XXX beginning with "XXX" should be removed.  Please do not commit
-# XXX unverified buildlink3.mk files.
-# XXX
-# XXX Packages that only install static libraries or headers should
-# XXX include the following line:
-# XXX
-# XXX	BUILDLINK_DEPMETHOD.webbrowser?=	build
-
-BUILDLINK_TREE+=	webbrowser
-
-.if !defined(WEBBROWSER_BUILDLINK3_MK)
-WEBBROWSER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.webbrowser+=	webbrowser>=0.3
-BUILDLINK_PKGSRCDIR.webbrowser?=	../../wip/webbrowser
-.endif	# WEBBROWSER_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-webbrowser
diff --git a/webbrowser/distinfo b/webbrowser/distinfo
index 3b494a24dc..6df44a07ce 100644
--- a/webbrowser/distinfo
+++ b/webbrowser/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (webbrowser-0.3.0.tar.gz) = a94e73433ab614f8099f64064bd4757257032f90
-SHA512 (webbrowser-0.3.0.tar.gz) = d39f39602f2efbff43d677845020cecbb5041485d463f2f806edaf3eb49d52969e621a2708946a20340ac6d09c413ec5dc0a771cd145dcf07bd2e277eb1cd565
-Size (webbrowser-0.3.0.tar.gz) = 2570 bytes
+BLAKE2s (webbrowser-0.3.0.1-84cb894fdd1735a31981494f6ff890e00b3d24a4.tar.gz) = 755325b9a1f5942e6cfdc38864e4e3d1455cd05fc0b0bec14d1cb8c374dacff7
+SHA512 (webbrowser-0.3.0.1-84cb894fdd1735a31981494f6ff890e00b3d24a4.tar.gz) = 2fb5615820941fbc9c322363ad8598b4090bce80f282280b1aad2b963e557b9dd4cd92bbab2956bf383d673a82ad5b949acf2b499e2d9c18917f123d7899ff6e
+Size (webbrowser-0.3.0.1-84cb894fdd1735a31981494f6ff890e00b3d24a4.tar.gz) = 2495 bytes


Home | Main Index | Thread Index | Old Index