diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-26 05:36:46 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-26 05:36:46 +0800 |
commit | c5aba254e5bc29b6f0d8a623a800f6c233d87b16 (patch) | |
tree | 886c64332e583e527d325e544dac907aa61f4438 /news/pan | |
parent | f0a8e422e1e4591b7176d0b43220ad55ec839b78 (diff) | |
download | freebsd-ports-graphics-c5aba254e5bc29b6f0d8a623a800f6c233d87b16.tar.gz freebsd-ports-graphics-c5aba254e5bc29b6f0d8a623a800f6c233d87b16.tar.zst freebsd-ports-graphics-c5aba254e5bc29b6f0d8a623a800f6c233d87b16.zip |
Update port to 0.7.2
* New features including: article toolbar, threading/
unthreading of articles, Swedish translations
* Improved killfile support
* Faster article sorting
* Fixes for all known bugs
Diffstat (limited to 'news/pan')
-rw-r--r-- | news/pan/Makefile | 6 | ||||
-rw-r--r-- | news/pan/distinfo | 2 | ||||
-rw-r--r-- | news/pan/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 2eb8e12ecd0..3ec95c22fd0 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pan -# Version required: 0.7.1 +# Version required: 0.7.2 # Date created: 07 August 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= pan-0.7.1 +DISTNAME= pan-0.7.2 CATEGORIES= news gnome MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ \ ftp://source.rebelbase.com/pub/pan/obsolete/ @@ -33,7 +33,7 @@ CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ pre-fetch: @${ECHO} @${ECHO} "Must have FreeBSD-3.0 or greater due to" - @${ECHO} "the use of the thread library." + @${ECHO} "the use of the pthread library." @${ECHO} .endif diff --git a/news/pan/distinfo b/news/pan/distinfo index 76f496d6642..e4dec39c5a4 100644 --- a/news/pan/distinfo +++ b/news/pan/distinfo @@ -1 +1 @@ -MD5 (pan-0.7.1.tar.bz2) = bf9bebb0aceceab92a4327ae25ad301b +MD5 (pan-0.7.2.tar.bz2) = 1efaa4377246b2daea154120b0daa651 diff --git a/news/pan/pkg-plist b/news/pan/pkg-plist index 85b051836b3..d7c97220fb3 100644 --- a/news/pan/pkg-plist +++ b/news/pan/pkg-plist @@ -6,5 +6,6 @@ share/locale/it/LC_MESSAGES/pan.mo share/locale/ja/LC_MESSAGES/pan.mo share/locale/ko/LC_MESSAGES/pan.mo share/locale/pl/LC_MESSAGES/pan.mo +share/locale/se/LC_MESSAGES/pan.mo share/locale/sr/LC_MESSAGES/pan.mo share/gnome/apps/Internet/pan.desktop |