pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/anubis



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue May 20 15:16:41 UTC 2025

Modified Files:
        pkgsrc/www/anubis: Makefile distinfo

Log Message:
www/anubis: Fix main.mjs 404 not found runtime error

* Provide pregenerated JavaScript and CSS assets.
* Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/anubis/Makefile \
    pkgsrc/www/anubis/distinfo

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

Modified files:

Index: pkgsrc/www/anubis/Makefile
diff -u pkgsrc/www/anubis/Makefile:1.2 pkgsrc/www/anubis/Makefile:1.3
--- pkgsrc/www/anubis/Makefile:1.2      Tue May 13 17:33:14 2025
+++ pkgsrc/www/anubis/Makefile  Tue May 20 15:16:41 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2025/05/13 17:33:14 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2025/05/20 15:16:41 ryoon Exp $
 
 DISTNAME=      anubis-1.18.0
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=TecharoHQ/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,6 +11,12 @@ HOMEPAGE=    https://anubis.techaro.lol/
 COMMENT=       Proof-of-work check to stop AI bots
 LICENSE=       mit
 
+ASSETS=                anubis-1.18.0-assets.tar.bz2
+DISTFILES=     ${DEFAULT_DISTFILES} ${ASSETS}
+SITES.${ASSETS}=       ${MASTER_SITE_LOCAL}
+
+EXTRACT_ONLY=  ${DEFAULT_DISTFILES} ${ASSETS}
+
 USE_LANGUAGES=         c # Go
 GO_BUILD_PATTERN=      ./cmd/anubis
 
Index: pkgsrc/www/anubis/distinfo
diff -u pkgsrc/www/anubis/distinfo:1.2 pkgsrc/www/anubis/distinfo:1.3
--- pkgsrc/www/anubis/distinfo:1.2      Tue May 13 17:33:14 2025
+++ pkgsrc/www/anubis/distinfo  Tue May 20 15:16:41 2025
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.2 2025/05/13 17:33:14 bsiegert Exp $
+$NetBSD: distinfo,v 1.3 2025/05/20 15:16:41 ryoon Exp $
 
+BLAKE2s (anubis-1.18.0-assets.tar.bz2) = c69604c1f1f442ef409347343c4adb58d02e76fb0c8ae964a547535706ab65c5
+SHA512 (anubis-1.18.0-assets.tar.bz2) = 065d67a109ee75b5d7ba62bc6b2bc4e09f85cc35104024f9b59463380f80e1d9f5c42348824cf6c1c959242431b439d1e5a269ad6ecdc12cdcc43bd8f6774dd3
+Size (anubis-1.18.0-assets.tar.bz2) = 178536 bytes
 BLAKE2s (anubis-1.18.0.tar.gz) = 26614def5fe972446bec1fd12bbadb15a697baf552460ac5b54da2befea5012e
 SHA512 (anubis-1.18.0.tar.gz) = 6b85f0fc5722b14f4d9ca519705a879eed5beb87e67411e741b5f5a7e909ee20c5aa8c4350764d1e6408484a4cbb3b544590bc2c45d6be972b559e3f13fe0c75
 Size (anubis-1.18.0.tar.gz) = 789232 bytes



Home | Main Index | Thread Index | Old Index