pkgsrc-WIP-changes archive

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

Add DIST_SUBDIR to elinks-snapshot



Module Name:	pkgsrc-wip
Committed By:	atomicules <base%atomicules.co.uk@localhost>
Pushed By:	atomicules
Date:		Sun Mar 13 11:51:36 2016 +0000
Changeset:	0a122c79f2802b039287b917f8b40d3e70c37dce

Modified Files:
	elinks-snapshot/Makefile

Log Message:
Add DIST_SUBDIR to elinks-snapshot

Since actual distribution file keeps the same name, but the contents
(and thus checksum and distinfo) changes every so often.

See commit: 6c7c2b6ca4e7d7af2b8b8a852cdc6fc23827d571

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

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

diffstat:
 elinks-snapshot/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/elinks-snapshot/Makefile b/elinks-snapshot/Makefile
index ca31f90..9689fd3 100644
--- a/elinks-snapshot/Makefile
+++ b/elinks-snapshot/Makefile
@@ -12,6 +12,9 @@ COMMENT=	Extended/Enhanced Links 0.13
 LICENSE=	gnu-gpl-v2
 
 #NO_CHECKSUM=	Yes
+# Note: the distname stays the same even though the actual dist (checksum) changes every so often
+#       so update the below every time changes occur to the distinfo
+DIST_SUBDIR= elinks-20160312
 
 CONFLICTS+=	elinks-[0-9]*
 LUA_VERSIONS_ACCEPTED=	51


Home | Main Index | Thread Index | Old Index