pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gnucobol



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Aug 26 18:47:16 UTC 2023

Modified Files:
        pkgsrc/lang/gnucobol: Makefile

Log Message:
gnucobol: move MASTER_SITES to ${MASTER_SITE_GNU}.

Pointed out by Simon Sobisch (GnuCOBOL Maintainer), thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/gnucobol/Makefile

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

Modified files:

Index: pkgsrc/lang/gnucobol/Makefile
diff -u pkgsrc/lang/gnucobol/Makefile:1.12 pkgsrc/lang/gnucobol/Makefile:1.13
--- pkgsrc/lang/gnucobol/Makefile:1.12  Tue Aug 22 21:14:03 2023
+++ pkgsrc/lang/gnucobol/Makefile       Sat Aug 26 18:47:16 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2023/08/22 21:14:03 fcambus Exp $
+# $NetBSD: Makefile,v 1.13 2023/08/26 18:47:16 fcambus Exp $
 #
 
 DISTNAME=      gnucobol-3.2
 PKGREVISION=   1
 CATEGORIES=    lang
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnucobol/}
+MASTER_SITES=  ${MASTER_SITE_GNU:=gnucobol/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://gnucobol.sourceforge.io/



Home | Main Index | Thread Index | Old Index