pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/orcus0.12 Fix PKGNAME to match buildlink3.m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6a8bb4b1f1a
branches:  trunk
changeset: 353551:e6a8bb4b1f1a
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Oct 09 03:25:49 2016 +0000

description:
Fix PKGNAME to match buildlink3.mk and other orcus packages

diffstat:

 converters/orcus0.12/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r c0d5d7b8f466 -r e6a8bb4b1f1a converters/orcus0.12/Makefile
--- a/converters/orcus0.12/Makefile     Sun Oct 09 03:21:09 2016 +0000
+++ b/converters/orcus0.12/Makefile     Sun Oct 09 03:25:49 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/10/07 18:25:40 adam Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/09 03:25:49 ryoon Exp $
 
 DISTNAME=      liborcus-0.12.0
-PKGNAME=       ${DISTNAME:S/liborcus/liborcus0.12/}
+PKGNAME=       ${DISTNAME:S/liborcus/orcus0.12/}
 PKGREVISION=   2
 CATEGORIES=    converters
 MASTER_SITES=  http://kohei.us/files/orcus/src/



Home | Main Index | Thread Index | Old Index