Index: head/deskutils/gtg/files/patch-GTG___init__.py =================================================================== --- head/deskutils/gtg/files/patch-GTG___init__.py (revision 245709) +++ head/deskutils/gtg/files/patch-GTG___init__.py (nonexistent) @@ -1,11 +0,0 @@ ---- GTG/__init__.py.orig 2009-04-04 01:00:16.000000000 +0400 -+++ GTG/__init__.py 2009-06-17 12:59:18.000000000 +0400 -@@ -60,7 +60,7 @@ - GETTEXT_DOMAIN = 'gtg' - LOCALE_PATH = abspath(join(dirname(__file__), pardir, 'locales')) - if not os.path.isdir(LOCALE_PATH): -- LOCALE_PATH = '/usr/share/locale' -+ LOCALE_PATH = '/usr/local/share/locale' - languages_used = [] - lc, encoding = locale.getdefaultlocale() - if lc: Property changes on: head/deskutils/gtg/files/patch-GTG___init__.py ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/deskutils/gtg/Makefile =================================================================== --- head/deskutils/gtg/Makefile (revision 245709) +++ head/deskutils/gtg/Makefile (revision 245710) @@ -1,36 +1,36 @@ # New ports collection makefile for: gtg # Date created: 16 March 2009 # Whom: Ruslan Mahmatkhanov # # $FreeBSD$ # PORTNAME= gtg -PORTVERSION= 0.1.99 +PORTVERSION= 0.2 CATEGORIES= deskutils gnome python -MASTER_SITES= http://launchpad.net/gtg/trunk/0.2/+download/ +MASTER_SITES= http://launchpad.net/gtg/trunk/${PORTVERSION}/+download/ MAINTAINER= cvs-src@yandex.ru COMMENT= GTD organizer for the GNOME desktop environment RUN_DEPENDS= ${PYTHON_SITELIBDIR}/configobj.py:${PORTSDIR}/devel/py-configobj \ ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg FETCH_ARGS= -pRr USE_GNOME= pygtk2 desktopfileutils USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes MAN1= gtg.1 gtg_new_task.1 post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/gtg.desktop ${WRKSRC}/GTG/__init__.py ${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' ${WRKSRC}/gtg.desktop post-install: @-update-desktop-database .include Property changes on: head/deskutils/gtg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/deskutils/gtg/distinfo =================================================================== --- head/deskutils/gtg/distinfo (revision 245709) +++ head/deskutils/gtg/distinfo (revision 245710) @@ -1,3 +1,3 @@ -MD5 (gtg-0.1.99.tar.gz) = 54e37db4770759236bbd6fc746f9cd95 -SHA256 (gtg-0.1.99.tar.gz) = 822235ef1c4bccd109a5f5b86794229391c934bcc1a38d7c41858cc09e5fc649 -SIZE (gtg-0.1.99.tar.gz) = 275535 +MD5 (gtg-0.2.tar.gz) = 1a8ba423cab1efe61967f103c1f04935 +SHA256 (gtg-0.2.tar.gz) = 27075419f695909f7b9fc818914dc1d9d1be9676cb428ea3098754632f704ed7 +SIZE (gtg-0.2.tar.gz) = 348103 Property changes on: head/deskutils/gtg/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property