diff options
author | nivit <nivit@FreeBSD.org> | 2008-12-09 01:05:32 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2008-12-09 01:05:32 +0800 |
commit | e3d176cb72af73417a7cc9bb72453bc4df8acdcf (patch) | |
tree | 409649259f5a82c7fc8004625054b4c988325f6e /news | |
parent | f296134395aa2e120010e5ab93b320d1f929aef9 (diff) | |
download | freebsd-ports-gnome-e3d176cb72af73417a7cc9bb72453bc4df8acdcf.tar.gz freebsd-ports-gnome-e3d176cb72af73417a7cc9bb72453bc4df8acdcf.tar.zst freebsd-ports-gnome-e3d176cb72af73417a7cc9bb72453bc4df8acdcf.zip |
- Update to 1.2.5
Diffstat (limited to 'news')
-rw-r--r-- | news/xpn/Makefile | 3 | ||||
-rw-r--r-- | news/xpn/distinfo | 6 | ||||
-rw-r--r-- | news/xpn/pkg-plist | 15 |
3 files changed, 13 insertions, 11 deletions
diff --git a/news/xpn/Makefile b/news/xpn/Makefile index 7e21cedc249d..3babcef041ac 100644 --- a/news/xpn/Makefile +++ b/news/xpn/Makefile @@ -6,9 +6,8 @@ # PORTNAME= xpn -PORTVERSION= 1.0.0 +PORTVERSION= 1.2.5 #PORTREVISION= 0 -PORTREVISION= 1 CATEGORIES= news python MASTER_SITES= http://xpn.altervista.org/codice/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ diff --git a/news/xpn/distinfo b/news/xpn/distinfo index 6740f0b9c8dd..793eabf6f719 100644 --- a/news/xpn/distinfo +++ b/news/xpn/distinfo @@ -1,3 +1,3 @@ -MD5 (xpn-1.0.0.tar.gz) = f9c5c9fb04c46efb9a94f803650dd740 -SHA256 (xpn-1.0.0.tar.gz) = e7c89ea24fa244af6c22c99852bd5d72bfc6ddeef3e64b8ddeefd77180bccdab -SIZE (xpn-1.0.0.tar.gz) = 285793 +MD5 (xpn-1.2.5.tar.gz) = 9098ceac4cb3f93a7179845830bb626b +SHA256 (xpn-1.2.5.tar.gz) = 20654007c2a89367827f7a403bf051852d7d343628f3d233772e8013d15be31f +SIZE (xpn-1.2.5.tar.gz) = 285759 diff --git a/news/xpn/pkg-plist b/news/xpn/pkg-plist index a86928f4460c..391b9dea5586 100644 --- a/news/xpn/pkg-plist +++ b/news/xpn/pkg-plist @@ -7,6 +7,7 @@ bin/xpn %%DATADIR%%/lang/xpn.pot %%DATADIR%%/pixmaps/about.xpm %%DATADIR%%/pixmaps/art_body.xpm +%%DATADIR%%/pixmaps/art_delete.xpm %%DATADIR%%/pixmaps/art_fup.xpm %%DATADIR%%/pixmaps/art_ignore.xpm %%DATADIR%%/pixmaps/art_keep.xpm @@ -101,10 +102,12 @@ bin/xpn %%DATADIR%%/xpn.py %%DATADIR%%/xpn_src/Article.py %%DATADIR%%/xpn_src/Article_Pane.py +%%DATADIR%%/xpn_src/Articles_DB.py %%DATADIR%%/xpn_src/Charset_List.py %%DATADIR%%/xpn_src/Config_File.py %%DATADIR%%/xpn_src/Config_Win.py %%DATADIR%%/xpn_src/Connections_Handler.py +%%DATADIR%%/xpn_src/Custom_Search_Entry.py %%DATADIR%%/xpn_src/Dialogs.py %%DATADIR%%/xpn_src/Edit_Mail_Win.py %%DATADIR%%/xpn_src/Edit_Win.py @@ -128,13 +131,13 @@ bin/xpn %%DATADIR%%/xpn_src/add_tag.py %%DATADIR%%/xpn_src/nntplib_ssl.py %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/lang/de/LC_MESSAGES -@dirrm %%DATADIR%%/lang/de -@dirrm %%DATADIR%%/lang/fr/LC_MESSAGES -@dirrm %%DATADIR%%/lang/fr +@dirrm %%DATADIR%%/xpn_src +@dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/lang/it/LC_MESSAGES @dirrm %%DATADIR%%/lang/it +@dirrm %%DATADIR%%/lang/fr/LC_MESSAGES +@dirrm %%DATADIR%%/lang/fr +@dirrm %%DATADIR%%/lang/de/LC_MESSAGES +@dirrm %%DATADIR%%/lang/de @dirrm %%DATADIR%%/lang -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/xpn_src @dirrm %%DATADIR%% |