summaryrefslogtreecommitdiff
path: root/net/liferea
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-10-16 04:54:58 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-10-16 04:54:58 +0000
commitbdcdb54c36ed8b9fe5f1dfe8cd7a89b68e88c3d7 (patch)
tree38f2ba7df3728dda4c96a2a0b18b5b37fc5fbda0 /net/liferea
parentBefore committing the previous BROKEN changes I carefully checked the status (diff)
Update to 0.4.2
PR: 58088 Submitted by: Jeremy Messenger <mezz7@cox.net>
Notes
Notes: svn path=/head/; revision=91390
Diffstat (limited to 'net/liferea')
-rw-r--r--net/liferea/Makefile5
-rw-r--r--net/liferea/distinfo2
-rw-r--r--net/liferea/pkg-message7
3 files changed, 12 insertions, 2 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile
index 4a68c9a1c96d..d1746dea30f2 100644
--- a/net/liferea/Makefile
+++ b/net/liferea/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= liferea
-PORTVERSION= 0.3.8
+PORTVERSION= 0.4.2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= liferea
@@ -20,4 +20,7 @@ USE_GNOME= gnomeprefix gnomehack gconf2 libxml2 libgtkhtml \
USE_GMAKE= yes
GNU_CONFIGURE= yes
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/net/liferea/distinfo b/net/liferea/distinfo
index 17990d615695..ce77216fea15 100644
--- a/net/liferea/distinfo
+++ b/net/liferea/distinfo
@@ -1 +1 @@
-MD5 (liferea-0.3.8.tar.gz) = 505a6590a862e5144f28aea45866c60a
+MD5 (liferea-0.4.2.tar.gz) = 10b60ca78136d748be7ad2d65a1b6996
diff --git a/net/liferea/pkg-message b/net/liferea/pkg-message
new file mode 100644
index 000000000000..29203afc4c8d
--- /dev/null
+++ b/net/liferea/pkg-message
@@ -0,0 +1,7 @@
+##
+It is recommend for you to remove the ~/.liferea and ~/.gconf/apps/liferea,
+because it's heavy rewritten and made some changed in the cache of vfolder and
+directory. This can be done following the command line:
+
+ rm -rf ~/.liferea ~/.gconf/apps/liferea
+##