Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2017 20:55:08 +0000 (UTC)
From:      Philip Paeps <philip@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438601 - head/graphics/dspdfviewer
Message-ID:  <201704152055.v3FKt8WP023621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: philip
Date: Sat Apr 15 20:55:08 2017
New Revision: 438601
URL: https://svnweb.freebsd.org/changeset/ports/438601

Log:
  Fix minor nits in Makefile
  
  Catch up with the new world order for projects hosted on github.com.
  
  Submitted by:	danfe
  Approved by:	Santhosh Raju <santhosh.raju@gmail.com> (maintainer)

Modified:
  head/graphics/dspdfviewer/Makefile
  head/graphics/dspdfviewer/distinfo

Modified: head/graphics/dspdfviewer/Makefile
==============================================================================
--- head/graphics/dspdfviewer/Makefile	Sat Apr 15 20:45:46 2017	(r438600)
+++ head/graphics/dspdfviewer/Makefile	Sat Apr 15 20:55:08 2017	(r438601)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dspdfviewer
 PORTVERSION=	1.15.1
+DISTVERSIONPREFIX=v
 CATEGORIES=	graphics
 
 MAINTAINER=	santhosh.raju@gmail.com
@@ -22,12 +23,8 @@ USE_QT5=	buildtools_build core gui qmake
 CMAKE_ARGS=	-DPOPPLER_LIBRARIES=${LOCALBASE}/lib/libpoppler-qt5.so -DBuildTests=OFF
 USE_LDCONFIG=	yes
 
-CMAKE_VERBOSE=	yes
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	dannyedel
-GH_PROJECT=	dspdfviewer
-GH_TAGNAME=	v1.15.1
 
 PLIST_FILES=	bin/dspdfviewer \
 		share/applications/dspdfviewer.desktop \

Modified: head/graphics/dspdfviewer/distinfo
==============================================================================
--- head/graphics/dspdfviewer/distinfo	Sat Apr 15 20:45:46 2017	(r438600)
+++ head/graphics/dspdfviewer/distinfo	Sat Apr 15 20:55:08 2017	(r438601)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492284790
-SHA256 (dannyedel-dspdfviewer-1.15.1-v1.15.1_GH0.tar.gz) = c5b6f8c93d732e65a27810286d49a4b1c6f777d725e26a207b14f6b792307b03
-SIZE (dannyedel-dspdfviewer-1.15.1-v1.15.1_GH0.tar.gz) = 165202
+TIMESTAMP = 1492288808
+SHA256 (dannyedel-dspdfviewer-v1.15.1_GH0.tar.gz) = c5b6f8c93d732e65a27810286d49a4b1c6f777d725e26a207b14f6b792307b03
+SIZE (dannyedel-dspdfviewer-v1.15.1_GH0.tar.gz) = 165202



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