Bug 181209 - textproc/yaml-mode.el: update to 0.0.9
Summary: textproc/yaml-mode.el: update to 0.0.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-10 12:00 UTC by Yasuhiro Kimura
Modified: 2013-08-14 12:10 UTC (History)
0 users

See Also:


Attachments
patch-yaml-mode.el (925 bytes, text/plain)
2013-08-10 12:00 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-08-10 12:00:00 UTC
	Update to 0.0.9.
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-08-10 15:16:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-14 12:07:33 UTC
Author: wg
Date: Wed Aug 14 11:07:20 2013
New Revision: 324696
URL: http://svnweb.freebsd.org/changeset/ports/324696

Log:
  textproc/yaml-mode.el: update to 0.0.9
  
  - Update to 0.0.9
  
  PR:		ports/181209
  Submitted by:	Yasuhiro KIMURA <yasu utahime.org> (maintainer)

Modified:
  head/textproc/yaml-mode.el/Makefile
  head/textproc/yaml-mode.el/distinfo

Modified: head/textproc/yaml-mode.el/Makefile
==============================================================================
--- head/textproc/yaml-mode.el/Makefile	Wed Aug 14 10:59:46 2013	(r324695)
+++ head/textproc/yaml-mode.el/Makefile	Wed Aug 14 11:07:20 2013	(r324696)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaml-mode.el
-PORTVERSION=	0.0.8
-PORTREVISION=	2
+PORTVERSION=	0.0.9
 CATEGORIES=	textproc elisp
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
@@ -16,7 +15,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	yoshiki
 GH_PROJECT=	yaml-mode
 GH_TAGNAME=	release-${PORTVERSION}
-GH_COMMIT=	c2ac933
+GH_COMMIT=	5eae0c1
 
 USE_EMACS=	yes
 

Modified: head/textproc/yaml-mode.el/distinfo
==============================================================================
--- head/textproc/yaml-mode.el/distinfo	Wed Aug 14 10:59:46 2013	(r324695)
+++ head/textproc/yaml-mode.el/distinfo	Wed Aug 14 11:07:20 2013	(r324696)
@@ -1,2 +1,2 @@
-SHA256 (yaml-mode.el-0.0.8.tar.gz) = 05494824f259b800004c840ac5b3f4b281e7eb3a9ca6a2634d95876b5cec020e
-SIZE (yaml-mode.el-0.0.8.tar.gz) = 6388
+SHA256 (yaml-mode.el-0.0.9.tar.gz) = 1f3ca381f8fb2fca7ef4133286e2a9890e682623f0f8932ead4f0b56fd1c6bc0
+SIZE (yaml-mode.el-0.0.9.tar.gz) = 6496
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-08-14 12:09:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!