pkgsrc-WIP-changes archive

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

sophia: Follow best practices with packages from GitHub.



Module Name:	pkgsrc-wip
Committed By:	Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Fri Oct 16 20:32:40 2015 -0700
Changeset:	4bd398876fc069f91181162cdd6c3611fc0375fa

Modified Files:
	sophia/Makefile
	sophia/distinfo

Log Message:
sophia: Follow best practices with packages from GitHub.

In addition:

- Update maintainer email address.
- Update homepage.

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

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

diffstat:
 sophia/Makefile | 8 +++++---
 sophia/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/sophia/Makefile b/sophia/Makefile
index 78f2b2c..37ce341 100644
--- a/sophia/Makefile
+++ b/sophia/Makefile
@@ -4,10 +4,11 @@ DISTNAME=	sophia-version_${VERSION}
 PKGNAME=	sophia-${VERSION}
 VERSION=	1.2.3
 CATEGORIES=	databases
-MASTER_SITES=	-https://codeload.github.com/pmwkaa/sophia/tar.gz/version_${VERSION}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=pmwkaa/}
+GITHUB_TAG=	v${VERSION}
 
-MAINTAINER=	cfkoch%users.sourceforge.net@localhost
-HOMEPAGE=	https://github.com/pmwkaa/sophia
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+HOMEPAGE=	http://sphia.org/
 COMMENT=	Modern embeddable key-value database
 LICENSE=	2-clause-bsd
 
@@ -24,3 +25,4 @@ do-install:
 	${INSTALL_LIB} ${WRKSRC}/libsophia.so ${DESTDIR}${PREFIX}/lib
 
 .include "../../mk/bsd.pkg.mk"
+.include "../../mk/fetch/sites.mk"
diff --git a/sophia/distinfo b/sophia/distinfo
index 5e6de26..7b4d51f 100644
--- a/sophia/distinfo
+++ b/sophia/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2015/06/21 20:43:50 cfkoch Exp $
 
-SHA1 (sophia-version_1.2.3.tar.gz) = 84f4006ea434b2e06a969cf158313907b598a270
-RMD160 (sophia-version_1.2.3.tar.gz) = 4c84faef0c4c9cda725693b6956e598fd4c2178a
-Size (sophia-version_1.2.3.tar.gz) = 231493 bytes
+SHA1 (sophia-version_1.2.3.tar.gz) = 343ad1cda205b9c413664410efa17c66316ca6d7
+RMD160 (sophia-version_1.2.3.tar.gz) = c10530de52dba18524454ab1911ef45adde0f2c1
+Size (sophia-version_1.2.3.tar.gz) = 231483 bytes


Home | Main Index | Thread Index | Old Index