pkgsrc-WIP-changes archive

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

bugdom: Update to 1.3.2



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Tue Jan 17 20:18:29 2023 -0800
Changeset:	43c6ceff828a8a5ff2c11703862f7cf9a9b72a7e

Modified Files:
	bugdom/Makefile
	bugdom/distinfo
Removed Files:
	bugdom/TODO

Log Message:
bugdom: Update to 1.3.2

While here: Avoid needing git-package.mk by manually installing required
submodule

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

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

diffstat:
 bugdom/Makefile | 18 +++++++++++++-----
 bugdom/TODO     |  4 ----
 bugdom/distinfo |  8 ++++++++
 3 files changed, 21 insertions(+), 9 deletions(-)

diffs:
diff --git a/bugdom/Makefile b/bugdom/Makefile
index f5df811861..14eb8c8999 100644
--- a/bugdom/Makefile
+++ b/bugdom/Makefile
@@ -1,9 +1,12 @@
 # $NetBSD$
 
-DISTNAME=	bugdom-1.3.1
+DISTNAME=	bugdom-1.3.2
 CATEGORIES=	games
-GIT_REPO=	https://github.com/jorio/Bugdom.git
-GIT_TAG=	${PKGVERSION_NOREV}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=jorio/}
+DISTFILES+=	${DEFAULT_DISTFILES} ${POMME}
+
+POMME=		88a3e4625b00f63cde90aae5ce383d85c83cc5a8.tar.gz
+SITES.${POMME}=	${MASTER_SITE_GITHUB:=jorio/}Pomme/archive/
 
 MAINTAINER=	charlotte%NetBSD.org@localhost
 HOMEPAGE=	https://pangeasoft.net/bug/
@@ -12,12 +15,18 @@ LICENSE=	cc-by-nc-sa-v4.0-license
 
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
-USE_TOOLS+=	pkg-config
+USE_TOOLS+=	pax pkg-config
+
+WRKSRC=		${WRKDIR}/Bugdom-${PKGVERSION_NOREV}
 
 INSTALLATION_DIRS+=	bin
 INSTALLATION_DIRS+=	libexec
 INSTALLATION_DIRS+=	share/bugdom/Data
 
+post-extract:
+	${RM} -rf ${WRKSRC}/extern/Pomme
+	${LN} -sf ${WRKDIR}/Pomme-${POMME:S/.tar.gz//} ${WRKSRC}/extern/Pomme
+
 pre-configure:
 	${SED} -e 's,@@PREFIX@@,${PREFIX},g' \
 		${FILESDIR}/bugdom.template > ${WRKDIR}/bugdom
@@ -28,5 +37,4 @@ do-install:
 	(cd ${WRKSRC}/Data && ${PAX} -r -w . ${DESTDIR}${PREFIX}/share/bugdom/Data)
 
 .include "../../devel/SDL2/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/bugdom/TODO b/bugdom/TODO
deleted file mode 100644
index 83d36fe6e6..0000000000
--- a/bugdom/TODO
+++ /dev/null
@@ -1,4 +0,0 @@
-bugdom TODO:
-
-- We depend on wip/mk/git-package.git because we need the Git submodules
-  (GitHub's 'archive' feature doesn't recurse into submodules)
diff --git a/bugdom/distinfo b/bugdom/distinfo
index afc76512f4..7838467e49 100644
--- a/bugdom/distinfo
+++ b/bugdom/distinfo
@@ -1,2 +1,10 @@
 $NetBSD$
 
+SHA1 (88a3e4625b00f63cde90aae5ce383d85c83cc5a8.tar.gz) = 4915307f1145a2050290fe2175ee4d4b76be6192
+RMD160 (88a3e4625b00f63cde90aae5ce383d85c83cc5a8.tar.gz) = 00d0fa0cc12eb1ded8769cc54788443000700abb
+SHA512 (88a3e4625b00f63cde90aae5ce383d85c83cc5a8.tar.gz) = 75a55c0c025165d4dbc04b65c2b486fa022108e8d9b95231664482a56a166b527a50fc4d355df11580afbe55b2cffc4f4aa800cbf21cbf434e72a818655e2cc3
+Size (88a3e4625b00f63cde90aae5ce383d85c83cc5a8.tar.gz) = 122771 bytes
+SHA1 (bugdom-1.3.2.tar.gz) = 70328b0defb8fd5bbd791c9b25b878835861e6fe
+RMD160 (bugdom-1.3.2.tar.gz) = 22b7c45e7c79f08e6567de548e934c2dbcf9231b
+SHA512 (bugdom-1.3.2.tar.gz) = 83bb4f0890e7d24cbf80fb91e0f3384b9bd12fac3ec4a317e6d7266e8a80db0d0f4971333b88ccc60bf727f4f9ec44401a636baf1305c57d39431c369b1da258
+Size (bugdom-1.3.2.tar.gz) = 53317356 bytes


Home | Main Index | Thread Index | Old Index