diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-27 22:23:19 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-27 22:23:19 +0000 |
commit | 0dc1b747109ccd014b69fdf04db74738431a9695 (patch) | |
tree | 7cffbe0e8f5c9d0bbd016c786520d9cf7879330e /news/pan2 | |
parent | Add support for some DOCSIS USB Cable Modems. This makes my Terayon TJ715, (diff) |
Oops, I have missed to commit a patch in few days ago.
Reported by: ka24 on #freebsd-gnome (IRC)
Pointy hat to: me (mezz)
Notes
Notes:
svn path=/head/; revision=129929
Diffstat (limited to 'news/pan2')
-rw-r--r-- | news/pan2/Makefile | 2 | ||||
-rw-r--r-- | news/pan2/files/patch-pan.desktop.in | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile index f32cbb41dc2f..f2e5ff49440f 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -7,7 +7,7 @@ PORTNAME= pan2 PORTVERSION= 0.14.2.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \ http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ diff --git a/news/pan2/files/patch-pan.desktop.in b/news/pan2/files/patch-pan.desktop.in new file mode 100644 index 000000000000..19781ac29ab6 --- /dev/null +++ b/news/pan2/files/patch-pan.desktop.in @@ -0,0 +1,7 @@ +--- pan.desktop.in.orig Sun Feb 27 16:13:23 2005 ++++ pan.desktop.in Sun Feb 27 16:14:07 2005 +@@ -6,3 +6,4 @@ + Icon=pan.png + Terminal=false + Type=Application ++Categories=Application;Network;News; |