diff options
author | thierry <thierry@FreeBSD.org> | 2007-03-11 17:09:54 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-03-11 17:09:54 +0800 |
commit | 64902ef237630ce5cffa2215b37c4a1a033f0b46 (patch) | |
tree | f1aab2f90b172c5110851dff8608534eca02bfba | |
parent | 72d9a64c0f4c298aa83fd2a450ca376e02acb611 (diff) | |
download | freebsd-ports-gnome-64902ef237630ce5cffa2215b37c4a1a033f0b46.tar.gz freebsd-ports-gnome-64902ef237630ce5cffa2215b37c4a1a033f0b46.tar.zst freebsd-ports-gnome-64902ef237630ce5cffa2215b37c4a1a033f0b46.zip |
- 1) Upgrade to 1.9RC3;
- 2) Fix desktop entry.
Submitted by: Tjong-A-Hung <G.V.Tjong-A-Hung (at) student.TUDelft.NL> (2)
-rw-r--r-- | net-im/mercury/Makefile | 8 | ||||
-rw-r--r-- | net-im/mercury/distinfo | 6 | ||||
-rw-r--r-- | net-im/mercury/pkg-plist | 5 |
3 files changed, 7 insertions, 12 deletions
diff --git a/net-im/mercury/Makefile b/net-im/mercury/Makefile index 3c9db51b6247..c5eca4635b96 100644 --- a/net-im/mercury/Makefile +++ b/net-im/mercury/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mercury -DISTVERSION= 1.9RC2 +DISTVERSION= 1.9RC3 PORTEPOCH= 6 CATEGORIES= net-im java MASTER_SITES= ${MASTER_SITE_LOCAL} \ @@ -37,13 +37,13 @@ LINSTDIR?= share/Mercury INSTDIR= ${PREFIX}/${LINSTDIR} PLIST_SUB= INSTDIR=${LINSTDIR} SUB_DIRS= lib resources -DIR2PRUNE= resources/AppData/Backgrounds \ - resources/AppData/Games \ +DIR2PRUNE= resources/AppData/Games \ resources/AppData/Plugins DESKTOP_ENTRIES="Mercury Messenger" "${COMMENT}" \ "${INSTDIR}/resources/online.png" \ - "${SUB_FILES}" "" true + "${SUB_FILES}" \ + "Application;InstantMessaging;Java;Network;" true .if defined(WITH_VIDEO) # Experimental VIDJAR= VidConf-libs.jar diff --git a/net-im/mercury/distinfo b/net-im/mercury/distinfo index 1c4d965fe4ee..b250bbec7690 100644 --- a/net-im/mercury/distinfo +++ b/net-im/mercury/distinfo @@ -1,6 +1,6 @@ -MD5 (mercury/1.9RC2.zip) = 26c673953d2f1c1aff11531927b67725 -SHA256 (mercury/1.9RC2.zip) = 6ce4eb39103f9e4e9d1b83e43e0f2d891970ce2afb41e51e8b32e7a27869a46d -SIZE (mercury/1.9RC2.zip) = 3545899 +MD5 (mercury/1.9RC3.zip) = e86024dce470b5deed9bd924698b5282 +SHA256 (mercury/1.9RC3.zip) = d2f9d36fb4946a31118c314bd1fb1309bbd596c78c60fc13a594aed66dc139b8 +SIZE (mercury/1.9RC3.zip) = 3479620 MD5 (mercury/VidConf-libs.jar) = 873b832b9ccc9de4783d1770aaee6c65 SHA256 (mercury/VidConf-libs.jar) = 13c7b81b1f60c10c347d5e3616c3a9881dea130891f2ebcdd2d7ffec03b0fe80 SIZE (mercury/VidConf-libs.jar) = 617362 diff --git a/net-im/mercury/pkg-plist b/net-im/mercury/pkg-plist index 19c2985f73d5..70ff0f15233d 100644 --- a/net-im/mercury/pkg-plist +++ b/net-im/mercury/pkg-plist @@ -1,11 +1,9 @@ bin/Mercury_Messenger %%INSTDIR%%/Mercury_Messenger %%VID%%%%INSTDIR%%/lib/VidConf-libs.jar -%%INSTDIR%%/lib/SpellCheck.jar %%INSTDIR%%/lib/dMSN.jar %%INSTDIR%%/lib/jdom1_0.jar %%INSTDIR%%/lib/xmlpull.jar -%%INSTDIR%%/resources/AppData/Backgrounds/.keep_me %%INSTDIR%%/resources/AppData/CustomEmoticons/MSN7.zip %%INSTDIR%%/resources/AppData/Games/.keep_me %%INSTDIR%%/resources/AppData/Images/Default.zip @@ -65,8 +63,6 @@ bin/Mercury_Messenger %%INSTDIR%%/resources/settings/Default_Global.xml %%INSTDIR%%/resources/settings/Window_Advanced_Account.xml %%INSTDIR%%/resources/settings/Window_Advanced_Global.xml -%%INSTDIR%%/resources/settings/Window_Basic_Account.xml -%%INSTDIR%%/resources/settings/Window_Basic_Global.xml %%INSTDIR%%/resources/settings/Window_View.xml %%INSTDIR%%/resources/text/EventExampleLog.xml %%INSTDIR%%/resources/text/EventLog.xsl @@ -86,7 +82,6 @@ bin/Mercury_Messenger @dirrm %%INSTDIR%%/resources/AppData/Images @dirrm %%INSTDIR%%/resources/AppData/Games @dirrm %%INSTDIR%%/resources/AppData/CustomEmoticons -@dirrm %%INSTDIR%%/resources/AppData/Backgrounds @dirrm %%INSTDIR%%/resources/AppData @dirrm %%INSTDIR%%/resources @dirrm %%INSTDIR%%/lib |