Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2012 14:25:06 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306857 - head/deskutils/rednotebook
Message-ID:  <201211021425.qA2EP6Xo038735@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Fri Nov  2 14:25:06 2012
New Revision: 306857
URL: http://svn.freebsd.org/changeset/ports/306857

Log:
  - update to 1.6.0
  - eliminate PYTHON_SITELIBDIR in depends, while here
  
  changelog:
  http://bazaar.launchpad.net/~jendrikseipp/rednotebook/trunk/annotate/head:/CHANGELOG
  
  PR:		173279
  Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu at gmail dot com> (maintainer)
  Feature safe:	yes

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

Modified: head/deskutils/rednotebook/Makefile
==============================================================================
--- head/deskutils/rednotebook/Makefile	Fri Nov  2 14:24:53 2012	(r306856)
+++ head/deskutils/rednotebook/Makefile	Fri Nov  2 14:25:06 2012	(r306857)
@@ -1,35 +1,28 @@
-# Ports collection makefile for:	rednotebook
-# Date created:				Mon Auguest 1, 2011
-# Whom:					Hon-Yu Lawrence Cheung (cheunghonyu@gmail.com)
-#
+# Created by: Hon-Yu Lawrence Cheung (cheunghonyu@gmail.com)
 # $FreeBSD$
-#
 
-PORTNAME=		rednotebook
-PORTVERSION=	1.5.0
-CATEGORIES=		deskutils python
-MASTER_SITES=		SF
+PORTNAME=	rednotebook
+PORTVERSION=	1.6.0
+CATEGORIES=	deskutils python
+MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	rednotebook
-PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=		cheunghonyu@gmail.com
-COMMENT=		Modern journal written in Python
+MAINTAINER=	cheunghonyu@gmail.com
+COMMENT=	Modern journal written in Python
 
-LICENSE=		GPLv2
+LICENSE=	GPLv2
 
-RUN_DEPENDS=${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml \
-			${PYTHON_SITELIBDIR}/webkit/__init__.py:${PORTSDIR}/www/py-webkitgtk \
-			${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils \
-			${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
+		${PYTHON_PKGNAMEPREFIX}webkitgtk>0:${PORTSDIR}/www/py-webkitgtk \
+		${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils \
+		${PYTHON_PKGNAMEPREFIX}chardet>0:${PORTSDIR}/textproc/py-chardet
 
 USE_GETTEXT=	yes
 
 INSTALLS_ICONS=	yes
-USE_GNOME=		pygtk2
-USE_PYTHON=		2.6-2.7
-USE_PYDISTUTILS=yes
-
-post-install:
-	(cp ${WRKSRC}/rednotebook/images/rednotebook-icon/rednotebook.svg ${PYTHON_SITELIBDIR}/${PORTNAME}/images/rednotebook-icon/)
+USE_GNOME=	pygtk2
+USE_PYTHON=	-2.7
+USE_PYDISTUTILS=	yes
 
 .include <bsd.port.mk>

Modified: head/deskutils/rednotebook/distinfo
==============================================================================
--- head/deskutils/rednotebook/distinfo	Fri Nov  2 14:24:53 2012	(r306856)
+++ head/deskutils/rednotebook/distinfo	Fri Nov  2 14:25:06 2012	(r306857)
@@ -1,2 +1,2 @@
-SHA256 (rednotebook-1.5.0.tar.gz) = 5d18a01f6d72e1be0a89b96e57d05fe983572755d1636fab4be256501aa3dcf9
-SIZE (rednotebook-1.5.0.tar.gz) = 446136
+SHA256 (rednotebook-1.6.0.tar.gz) = 3492eec0e0e0b918aec68b15ad46dc1c652d4d169b6f936dddb3f770bca3a176
+SIZE (rednotebook-1.6.0.tar.gz) = 467426

Modified: head/deskutils/rednotebook/pkg-plist
==============================================================================
--- head/deskutils/rednotebook/pkg-plist	Fri Nov  2 14:24:53 2012	(r306856)
+++ head/deskutils/rednotebook/pkg-plist	Fri Nov  2 14:25:06 2012	(r306857)
@@ -88,6 +88,8 @@
 %%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-48.png
 %%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-64.png
 %%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-14.png
+%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-85.png
+%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-96.png
 %%PYTHON_SITELIBDIR%%/rednotebook/images/bulletlist.png
 %%PYTHON_SITELIBDIR%%/rednotebook/images/date.png
 %%PYTHON_SITELIBDIR%%/rednotebook/images/formula.png
@@ -136,6 +138,7 @@ share/locale/eu/LC_MESSAGES/rednotebook.
 share/locale/fi/LC_MESSAGES/rednotebook.mo
 share/locale/fo/LC_MESSAGES/rednotebook.mo
 share/locale/fr/LC_MESSAGES/rednotebook.mo
+share/locale/ga/LC_MESSAGES/rednotebook.mo
 share/locale/gl/LC_MESSAGES/rednotebook.mo
 share/locale/he/LC_MESSAGES/rednotebook.mo
 share/locale/hr/LC_MESSAGES/rednotebook.mo
@@ -177,9 +180,7 @@ share/locale/zh_CN/LC_MESSAGES/rednotebo
 share/locale/zh_HK/LC_MESSAGES/rednotebook.mo
 share/locale/zh_TW/LC_MESSAGES/rednotebook.mo
 share/applications/rednotebook.desktop
-share/icons/hicolor/48x48/apps/rednotebook.png
 share/icons/hicolor/scalable/apps/rednotebook.svg
-share/pixmaps/rednotebook.png
 bin/rednotebook
 @dirrmtry share/locale/ar/LC_MESSAGES
 @dirrmtry share/locale/ar
@@ -217,6 +218,8 @@ bin/rednotebook
 @dirrmtry share/locale/fo
 @dirrmtry share/locale/fr/LC_MESSAGES
 @dirrmtry share/locale/fr
+@dirrmtry share/locale/ga/LC_MESSAGES
+@dirrmtry share/locale/ga
 @dirrmtry share/locale/gl/LC_MESSAGES
 @dirrmtry share/locale/gl
 @dirrmtry share/locale/he/LC_MESSAGES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211021425.qA2EP6Xo038735>