pkgsrc-WIP-changes archive

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

surf2-git: Adjust PKGVERSION and minor cleanup



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Oct 9 23:33:04 2018 +0200
Changeset:	3e5a2394d1303a87805cc2f55e0cdcf8e9a3d635

Modified Files:
	surf2-git/Makefile

Log Message:
surf2-git: Adjust PKGVERSION and minor cleanup

- Bump PKGVERSION to 2.0
- Move GIT_REPO in a separate paragraph and remove not needed GIT_BRANCH

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

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

diffstat:
 surf2-git/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/surf2-git/Makefile b/surf2-git/Makefile
index 5d18cb03b8..f7d3ae672e 100644
--- a/surf2-git/Makefile
+++ b/surf2-git/Makefile
@@ -1,15 +1,15 @@
 # $NetBSD: Makefile,v 1.6 2015/07/13 11:10:36 leot1990 Exp $
 
-DISTNAME=	surf2-0.0
+DISTNAME=	surf2-2.0
 CATEGORIES=	www
-GIT_REPO=	http://git.suckless.org/surf
-GIT_BRANCH=	surf-webkit2
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://surf.suckless.org/
 COMMENT=	Fast and minimalistic web browser based on WebKit/GTK+
 LICENSE=	mit
 
+GIT_REPO=	http://git.suckless.org/surf
+
 USE_TOOLS+=	pkg-config
 MAKE_JOBS_SAFE=	no
 


Home | Main Index | Thread Index | Old Index