pkgsrc-WIP-changes archive

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

(mule11) Update to p20151011. Convert pkgname mule to mule11



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Mon Oct 12 18:18:37 2015 +0900
Changeset:	b736921b7f1dcc2229c77f801e02a844764a10d5

Modified Files:
	mule11/Makefile
	mule11/distinfo

Log Message:
(mule11) Update to p20151011. Convert pkgname mule to mule11

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

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

diffstat:
 mule11/Makefile | 8 +++++---
 mule11/distinfo | 8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs:
diff --git a/mule11/Makefile b/mule11/Makefile
index ed5fd98..85f26d6 100644
--- a/mule11/Makefile
+++ b/mule11/Makefile
@@ -1,9 +1,10 @@
 # $NetBSD: Makefile,v 1.10 2015/04/08 14:58:25 makoto Exp $
 
-DISTNAME=		mule-1.1
+DISTNAME=		mule-p20151011
+#                                 mule-p20151011 -> mule11-20151011
+PKGNAME=		${DISTNAME:C/e-p/e11-/}
 MASTER_SITES=		${MASTER_SITE_GITHUB:=tsutsui/}
 GITHUB_PROJECT=		mule1.1-netbsd
-GITHUB_TAG=		p20150328
 CATEGORIES=		editors
 
 MAINTAINER=		makoto%ki.nu@localhost
@@ -12,6 +13,7 @@ COMMENT=		Classical Mule (MULtilingual Enhancement of GNU Emacs), based on 18.59
 LICENSE=		gnu-gpl-v1
 MAKE_JOBS_SAFE=		no
 
+WRKSRC=			${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 USE_TOOLS=		gmake
 
 # this chunk should be before SUBST_CLASSES= pref
@@ -70,7 +72,7 @@ CHECK_WRKREF_SKIP+=     bin/mule
 
 pre-configure:
 # OPSYS may returns x86_64, but mule wants its name as amd64
-# so copy its name beforehand 
+# so copy its name beforehand
 	(cd ${WRKSRC}; \
 	${CP} src/config.h-${LOWER_OPSYS}_amd64  \
 	      src/config.h-${LOWER_OPSYS}_x86_64; \
diff --git a/mule11/distinfo b/mule11/distinfo
index 310d617..6bf44ac 100644
--- a/mule11/distinfo
+++ b/mule11/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2015/04/08 14:58:25 makoto Exp $
+$NetBSD$
 
-SHA1 (mule-1.1.tar.gz) = df7c21c573e0fdbad64e9d142c1a6165da400ad6
-RMD160 (mule-1.1.tar.gz) = ffa0e7f99bf0781b9fc8aa413a82f01d9e058b45
-Size (mule-1.1.tar.gz) = 4246421 bytes
+SHA1 (mule-p20151011.tar.gz) = d85587f86ab1efdc4398a8c2c40d4a93812c063a
+RMD160 (mule-p20151011.tar.gz) = a517084a3d64a458e55f204696da7e3f952b5274
+Size (mule-p20151011.tar.gz) = 4246482 bytes
 SHA1 (patch-Makefile) = 66fd313096e18c1492b3478df3a1f70e0142a0a7
 SHA1 (patch-lisp_mule-init_diff) = 40043fc741c5acff7fc6c812129252f85a6f6e6b
 SHA1 (patch-src_dispnew.c) = a3ec71bfb963a044dee74ae897dc9cb424d4bf6f


Home | Main Index | Thread Index | Old Index