pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/elf



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Tue Feb 15 19:19:04 UTC 2022

Modified Files:
        pkgsrc/devel/elf: Makefile

Log Message:
elf: comment out dead HOMEPAGE and MASTER_SITES.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/elf/Makefile

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

Modified files:

Index: pkgsrc/devel/elf/Makefile
diff -u pkgsrc/devel/elf/Makefile:1.20 pkgsrc/devel/elf/Makefile:1.21
--- pkgsrc/devel/elf/Makefile:1.20      Thu Jan 19 18:52:05 2017
+++ pkgsrc/devel/elf/Makefile   Tue Feb 15 19:19:04 2022
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.20 2017/01/19 18:52:05 agc Exp $
+# $NetBSD: Makefile,v 1.21 2022/02/15 19:19:04 fcambus Exp $
 #
 
 DISTNAME=      elf-0.5.3
 PKGREVISION=   4
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_BACKUP}
-MASTER_SITES+= http://www.kerneled.com/projects/elf/
+#MASTER_SITES+=        http://www.kerneled.com/projects/elf/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.kerneled.com/projects/elf/
+#HOMEPAGE=     http://www.kerneled.com/projects/elf/
 COMMENT=       ELF header analyzer
 
 GNU_CONFIGURE= YES



Home | Main Index | Thread Index | Old Index