pkgsrc-WIP-changes archive

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

guile-bytestructure: simplify DISTFILE handling



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Jan 23 15:34:02 2019 +0100
Changeset:	95e1f2966c271f5b10505ee18813ec65f8480d9e

Modified Files:
	guile-bytestructures/DESCR
	guile-bytestructures/Makefile
	guile-bytestructures/distinfo

Log Message:
guile-bytestructure: simplify DISTFILE handling

pkglint cleanup while here

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

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

diffstat:
 guile-bytestructures/DESCR    |  8 ++++----
 guile-bytestructures/Makefile | 12 ++++++------
 guile-bytestructures/distinfo |  8 ++++----
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs:
diff --git a/guile-bytestructures/DESCR b/guile-bytestructures/DESCR
index 4db4fc3d64..047ca52ab1 100644
--- a/guile-bytestructures/DESCR
+++ b/guile-bytestructures/DESCR
@@ -1,5 +1,5 @@
-guile-bytestructures is a library offering a system imitating the type system of the
-C programming language, to be used on bytevectors.
-C's type system works on raw memory, and Scheme ones work on bytevectors
-which are an abstraction over raw memory in Scheme.
+guile-bytestructures is a library offering a system imitating the
+type system of the C programming language, to be used on bytevectors.
+C's type system works on raw memory, and Scheme ones work on
+bytevectors which are an abstraction over raw memory in Scheme.
 The system elevates types to first-class status.
diff --git a/guile-bytestructures/Makefile b/guile-bytestructures/Makefile
index 92c857284e..b98842742b 100644
--- a/guile-bytestructures/Makefile
+++ b/guile-bytestructures/Makefile
@@ -1,21 +1,21 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	scheme-bytestructures
-DISTNAME=	v1.0.5
-PKGNAME=	${GITHUB_PROJECT:S/scheme/guile/}-${DISTNAME:S/v//}
+DISTNAME=	scheme-bytestructures-1.0.5
+PKGNAME=	${DISTNAME:S/scheme/guile/}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=TaylanUB/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_PROJECT=	scheme-bytestructures
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/TaylanUB/scheme-bytestructures/
 COMMENT=	Structured access to bytevector contents
 LICENSE=	gnu-gpl-v3
 
-WRKSRC=		${WRKDIR}/scheme-bytestructures-1.0.5
+WRKSRC=		${WRKDIR}/${DISTNAME}
 USE_LANGUAGES=	c
 USE_TOOLS+=	automake autoconf autoreconf pkg-config
-GNU_CONFIGURE=	YES
+GNU_CONFIGURE=	yes
 
 pre-configure:
 	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -I${PREFIX}/guile/2.2/share/aclocal -vif
diff --git a/guile-bytestructures/distinfo b/guile-bytestructures/distinfo
index 5a814d80ba..155f647e4c 100644
--- a/guile-bytestructures/distinfo
+++ b/guile-bytestructures/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (scheme-bytestructures/v1.0.5.tar.gz) = ba2da83f8cbd0f60f587571c7230b25b62687b12
-RMD160 (scheme-bytestructures/v1.0.5.tar.gz) = 16eb801ff2d4e4d1a6785abe3d233a0c9ea03e9a
-SHA512 (scheme-bytestructures/v1.0.5.tar.gz) = 3c6c48735ae65934c3d71abc211e57774d8c9eff44d6ca82470ba608738f9e2ade8f64cf4a0abb101be55718f6c3e7c4387c543e67a53ac7c0fae0ba86133afa
-Size (scheme-bytestructures/v1.0.5.tar.gz) = 48324 bytes
+SHA1 (scheme-bytestructures-1.0.5.tar.gz) = ba2da83f8cbd0f60f587571c7230b25b62687b12
+RMD160 (scheme-bytestructures-1.0.5.tar.gz) = 16eb801ff2d4e4d1a6785abe3d233a0c9ea03e9a
+SHA512 (scheme-bytestructures-1.0.5.tar.gz) = 3c6c48735ae65934c3d71abc211e57774d8c9eff44d6ca82470ba608738f9e2ade8f64cf4a0abb101be55718f6c3e7c4387c543e67a53ac7c0fae0ba86133afa
+Size (scheme-bytestructures-1.0.5.tar.gz) = 48324 bytes


Home | Main Index | Thread Index | Old Index