pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/flnews



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Feb 10 10:34:23 UTC 2025

Modified Files:
        pkgsrc/news/flnews: Makefile

Log Message:
news/flnews: Fix reproducible build


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/news/flnews/Makefile

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

Modified files:

Index: pkgsrc/news/flnews/Makefile
diff -u pkgsrc/news/flnews/Makefile:1.21 pkgsrc/news/flnews/Makefile:1.22
--- pkgsrc/news/flnews/Makefile:1.21    Fri Jan 31 13:12:27 2025
+++ pkgsrc/news/flnews/Makefile Mon Feb 10 10:34:23 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2025/01/31 13:12:27 micha Exp $
+# $NetBSD: Makefile,v 1.22 2025/02/10 10:34:23 micha Exp $
 
 FLNEWS_VERSION=        1.2.1
 
 DISTNAME=      flnews-${FLNEWS_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    news
 MASTER_SITES=  http://micha.freeshell.org/flnews/src/
 MASTER_SITES+= http://www.ybtra.de/flnews-mirror/src/
@@ -20,7 +20,7 @@ USE_LANGUAGES=        c c++
 TEST_TARGET=   test
 
 # https://reproducible-builds.org/specs/source-date-epoch/
-CONFIGURE_ENV+=        SOURCE_DATE_EPOCHE=1714225440
+CONFIGURE_ENV+=        SOURCE_DATE_EPOCH=1714225440
 
 # Bug report contact address used for GUI
 FLNEWS_MAINTAINER=     ${MAINTAINER}



Home | Main Index | Thread Index | Old Index