pkgsrc-WIP-changes archive

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

nanomsgxx: fix broken github handling



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 19 22:24:49 2015 +0200
Changeset:	460f406e054f43611547e97b2d8f6882c2600ba7

Modified Files:
	nanomsgxx/Makefile
	nanomsgxx/distinfo

Log Message:
nanomsgxx: fix broken github handling

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

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

diffstat:
 nanomsgxx/Makefile | 15 ++++++---------
 nanomsgxx/distinfo |  7 ++++---
 2 files changed, 10 insertions(+), 12 deletions(-)

diffs:
diff --git a/nanomsgxx/Makefile b/nanomsgxx/Makefile
index 0fab1c6..107693c 100644
--- a/nanomsgxx/Makefile
+++ b/nanomsgxx/Makefile
@@ -1,20 +1,17 @@
 # $NetBSD: Makefile,v 1.1 2014/08/08 11:55:56 chybz Exp $
 
-PKGNAME=	nanomsgxx-0.1
+DISTNAME=	nanomsgxx-0.1
 CATEGORIES=	devel
-GHCOMMIT=	ab79438ddbf9033b93a2f53db068c03735cd45d7
-DISTNAME=	${GHCOMMIT}.zip
-MASTER_SITES=	https://github.com/achille-roussel/nanomsgxx/archive/
-DIST_SUBDIR=	nanomsgxx
-EXTRACT_SUFX=	# none
+GITHUB_TAG=	ab79438ddbf9033b93a2f53db068c03735cd45d7
+MASTER_SITES=	${MASTER_SITE_GITHUB:=achille-roussel/}
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	rchibois%gmail.com@localhost
-HOMEPAGE=	https://github.com/achille-roussel/nanomsgxx
+HOMEPAGE=	https://github.com/achille-roussel/nanomsgxx/
 COMMENT=	Nanomsg binding for C++11
 LICENSE=	mit
 
-DEPENDS+=	nanomsg>=0:../../devel/nanomsg
-WRKSRC=		${WRKDIR}/nanomsgxx-${GHCOMMIT}
+DEPENDS+=	nanomsg>=0:../../wip/nanomsg
 USE_LANGUAGES=	c c++
 
 .include "../../mk/bsd.prefs.mk"
diff --git a/nanomsgxx/distinfo b/nanomsgxx/distinfo
index 65a2e15..34b27e6 100644
--- a/nanomsgxx/distinfo
+++ b/nanomsgxx/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2014/08/08 11:55:56 chybz Exp $
 
-SHA1 (nanomsgxx/ab79438ddbf9033b93a2f53db068c03735cd45d7.zip) = b3d7fe961e69374c73bcd21fd1627b75bfcd21c1
-RMD160 (nanomsgxx/ab79438ddbf9033b93a2f53db068c03735cd45d7.zip) = c6645058796020b5338ed47ff7020780d2a060b6
-Size (nanomsgxx/ab79438ddbf9033b93a2f53db068c03735cd45d7.zip) = 195519 bytes
+SHA1 (nanomsgxx-0.1-ab79438ddbf9033b93a2f53db068c03735cd45d7.zip) = f8bb2ad109e0c93a6b36bc5dcbd972cd14f6a281
+RMD160 (nanomsgxx-0.1-ab79438ddbf9033b93a2f53db068c03735cd45d7.zip) = 942270e5191f4bf8245222492e6bbff8adc021c5
+SHA512 (nanomsgxx-0.1-ab79438ddbf9033b93a2f53db068c03735cd45d7.zip) = 9811d46be7e9c291ebdd52eef1f99207a8836fe4c69de6155e5bbebe7a8904a61fbc792a824e52150a1a82adc594ef83ecfc0d3a4675673644a5ec5d94382867
+Size (nanomsgxx-0.1-ab79438ddbf9033b93a2f53db068c03735cd45d7.zip) = 195519 bytes


Home | Main Index | Thread Index | Old Index