Bug 176595 - [MAINTAINER] deskutils/rednotebook: update to 1.7.1
Summary: [MAINTAINER] deskutils/rednotebook: update to 1.7.1
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-02 04:40 UTC by cheunghonyu
Modified: 2013-03-02 20:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.67 KB, patch)
2013-03-02 04:40 UTC, cheunghonyu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cheunghonyu 2013-03-02 04:40:00 UTC
match upstream update to 1.7.1

Fix: apply the patch.txt

Patch attached with submission follows:
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2013-03-02 05:04:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-02 20:04:24 UTC
Author: beech
Date: Sat Mar  2 20:04:15 2013
New Revision: 313290
URL: http://svnweb.freebsd.org/changeset/ports/313290

Log:
  - Update to 1.71
  
  PR:		ports/176595
  Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)

Modified:
  head/deskutils/rednotebook/Makefile
  head/deskutils/rednotebook/distinfo
  head/deskutils/rednotebook/pkg-plist

Modified: head/deskutils/rednotebook/Makefile
==============================================================================
--- head/deskutils/rednotebook/Makefile	Sat Mar  2 20:03:50 2013	(r313289)
+++ head/deskutils/rednotebook/Makefile	Sat Mar  2 20:04:15 2013	(r313290)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rednotebook
-PORTVERSION=	1.6.6
+PORTVERSION=	1.7.1
 CATEGORIES=	deskutils python
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	rednotebook

Modified: head/deskutils/rednotebook/distinfo
==============================================================================
--- head/deskutils/rednotebook/distinfo	Sat Mar  2 20:03:50 2013	(r313289)
+++ head/deskutils/rednotebook/distinfo	Sat Mar  2 20:04:15 2013	(r313290)
@@ -1,2 +1,2 @@
-SHA256 (rednotebook-1.6.6.tar.gz) = 948f3285c0702be0d75538b6589ab2ffd1626432fd8b618d74e21868a875c4b6
-SIZE (rednotebook-1.6.6.tar.gz) = 442506
+SHA256 (rednotebook-1.7.1.tar.gz) = 5e34990c9557082822db7675ff6666f0ae05182a05e21402c4d33900d66f01d5
+SIZE (rednotebook-1.7.1.tar.gz) = 460109

Modified: head/deskutils/rednotebook/pkg-plist
==============================================================================
--- head/deskutils/rednotebook/pkg-plist	Sat Mar  2 20:03:50 2013	(r313289)
+++ head/deskutils/rednotebook/pkg-plist	Sat Mar  2 20:04:15 2013	(r313290)
@@ -37,6 +37,9 @@
 %%PYTHON_SITELIBDIR%%/rednotebook/external/txt2tags.py
 %%PYTHON_SITELIBDIR%%/rednotebook/external/txt2tags.pyc
 %%PYTHON_SITELIBDIR%%/rednotebook/external/txt2tags.pyo
+%%PYTHON_SITELIBDIR%%/rednotebook/external/argparse.py
+%%PYTHON_SITELIBDIR%%/rednotebook/external/argparse.pyc
+%%PYTHON_SITELIBDIR%%/rednotebook/external/argparse.pyo
 %%PYTHON_SITELIBDIR%%/rednotebook/files/default.cfg
 %%PYTHON_SITELIBDIR%%/rednotebook/files/main_window.glade
 %%PYTHON_SITELIBDIR%%/rednotebook/gui/__init__.py
_______________________________________________
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 Beech Rintoul freebsd_committer freebsd_triage 2013-03-02 20:04:52 UTC
State Changed
From-To: open->closed

Committed, Thanks!