pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/anope



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr  7 19:30:13 UTC 2019

Modified Files:
        pkgsrc/chat/anope: Makefile

Log Message:
anope: fix DISTNAME.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/anope/Makefile

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

Modified files:

Index: pkgsrc/chat/anope/Makefile
diff -u pkgsrc/chat/anope/Makefile:1.23 pkgsrc/chat/anope/Makefile:1.24
--- pkgsrc/chat/anope/Makefile:1.23     Wed Apr  3 00:32:26 2019
+++ pkgsrc/chat/anope/Makefile  Sun Apr  7 19:30:13 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2019/04/03 00:32:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2019/04/07 19:30:13 wiz Exp $
 
-PKGNAME=       anope-2.0.6
+DISTNAME=      anope-2.0.6-source
+PKGNAME=       ${DISTNAME:S/-source//}
 PKGREVISION=   1
-DISTNAME=      ${PKGNAME}-source
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=anope/}
 GITHUB_PROJECT=        anope



Home | Main Index | Thread Index | Old Index