mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 1.1.32
PR: 108688 Submitted by: Ashish Shukla<wahjava@gmail.com> (Maintainer)
This commit is contained in:
parent
6375ada259
commit
5eb59f6bd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184024
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mugshot
|
||||
PORTVERSION= 1.1.30
|
||||
PORTVERSION= 1.1.32
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.mugshot.org/client/sources/linux/
|
||||
|
||||
@ -37,6 +37,8 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/mugshot/firefox/components
|
||||
PKGCONFIG_LOCAL_BASE= ${LOCALBASE}/libdata/pkgconfig
|
||||
PKGCONFIG_X11_BASE= ${X11BASE}/libdata/pkgconfig
|
||||
|
||||
mugshot_INSTALL_cmd= install
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
@ -49,6 +51,6 @@ BUILD_DEPENDS+=${FIREFOX_IDL_PATH}/nsIURI.idl:${PORTSDIR}/www/firefox:install
|
||||
|
||||
post-install:
|
||||
@${SED} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${PREFIX}/share/mugshot/firefox-update.sh
|
||||
@${PREFIX}/share/mugshot/firefox-update.sh ${INSTALL_foobaa}
|
||||
@${PREFIX}/share/mugshot/firefox-update.sh ${mugshot_INSTALL_cmd}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (mugshot-1.1.30.tar.gz) = 282102620ec24371baa69011eb3d4e9a
|
||||
SHA256 (mugshot-1.1.30.tar.gz) = 8faafba70464046e765661f09ef3759a996154d9e6f8ba59c90545262f009398
|
||||
SIZE (mugshot-1.1.30.tar.gz) = 738440
|
||||
MD5 (mugshot-1.1.32.tar.gz) = 2ff5acff020ac64a0f7d130f9d748c1b
|
||||
SHA256 (mugshot-1.1.32.tar.gz) = 396bdf70aa4643c40589d8253cf1500b1a4a36beacf574885463883fc0022aeb
|
||||
SIZE (mugshot-1.1.32.tar.gz) = 785713
|
||||
|
@ -1,32 +1,34 @@
|
||||
@unexec killall mugshot 2>/dev/null >/dev/null || exit 0
|
||||
bin/mugshot
|
||||
bin/mugshot-uri-handler
|
||||
lib/mugshot/firefox/components/hippoIExtension.xpt
|
||||
lib/mugshot/firefox/components/hippoIControl.xpt
|
||||
lib/mugshot/firefox/components/hippoIControlListener.xpt
|
||||
lib/mugshot/firefox/components/libhippofirefox.so
|
||||
lib/mugshot/firefox/components/libhippofirefox.la
|
||||
lib/mugshot/firefox/components/libhippofirefox.a
|
||||
lib/mugshot/firefox/chrome.manifest
|
||||
lib/mugshot/firefox/chrome/content/chatWindow.js
|
||||
lib/mugshot/firefox/chrome/content/chatWindow.xul
|
||||
lib/mugshot/firefox/chrome/content/overlay.js
|
||||
lib/mugshot/firefox/chrome/content/overlay.xul
|
||||
lib/mugshot/firefox/chrome/icons/default/mugshot.xpm
|
||||
lib/mugshot/firefox/chrome/locale/en-US/overlay.dtd
|
||||
lib/mugshot/firefox/chrome/skin/chatWindow.css
|
||||
lib/mugshot/firefox/chrome/skin/linkswarm16x16.png
|
||||
lib/mugshot/firefox/chrome/skin/linkswarm24x24.png
|
||||
lib/mugshot/firefox/chrome/skin/mugshot32x32.png
|
||||
lib/mugshot/firefox/chrome/skin/toolbar.css
|
||||
lib/mugshot/firefox/chrome.manifest
|
||||
lib/mugshot/firefox/install.rdf
|
||||
lib/mugshot/firefox/components/hippoIControl.xpt
|
||||
lib/mugshot/firefox/components/hippoIControlListener.xpt
|
||||
lib/mugshot/firefox/components/hippoIExtension.xpt
|
||||
lib/mugshot/firefox/components/libhippofirefox.a
|
||||
lib/mugshot/firefox/components/libhippofirefox.la
|
||||
lib/mugshot/firefox/components/libhippofirefox.so
|
||||
lib/mugshot/firefox/defaults/preferences/prefs.js
|
||||
lib/mugshot/firefox/install.rdf
|
||||
share/autostart/mugshot.desktop
|
||||
@unexec %%PREFIX%%/share/mugshot/firefox-update.sh remove
|
||||
%%DATADIR%%/firefox-update.sh
|
||||
%%DATADIR%%/version
|
||||
share/icons/hicolor/128x128/apps/mugshot.png
|
||||
share/icons/hicolor/32x32/apps/mugshot.gif
|
||||
share/icons/hicolor/48x48/apps/mugshot.gif
|
||||
share/icons/hicolor/16x16/apps/mugshot.png
|
||||
share/icons/hicolor/16x16/apps/mugshot_note_on.png
|
||||
share/icons/hicolor/16x16/apps/mugshot_note_off.png
|
||||
share/icons/hicolor/16x16/apps/mugshot_note_on.png
|
||||
share/icons/hicolor/22x22/apps/mugshot_notification.png
|
||||
share/icons/hicolor/22x22/apps/mugshot_notification_disabled.png
|
||||
share/icons/hicolor/22x22/apps/mugshot_swarm_1.png
|
||||
@ -35,15 +37,19 @@ share/icons/hicolor/22x22/apps/mugshot_swarm_3.png
|
||||
share/icons/hicolor/22x22/apps/mugshot_swarm_4.png
|
||||
share/icons/hicolor/22x22/apps/mugshot_swarm_5.png
|
||||
share/icons/hicolor/24x24/apps/mugshot.gif
|
||||
@dirrm lib/mugshot/firefox/components
|
||||
@dirrm lib/mugshot/firefox/chrome/content
|
||||
@dirrm lib/mugshot/firefox/chrome/locale/en-US
|
||||
@dirrm lib/mugshot/firefox/chrome/locale
|
||||
@dirrm lib/mugshot/firefox/chrome/skin
|
||||
@dirrm lib/mugshot/firefox/chrome
|
||||
share/icons/hicolor/32x32/apps/mugshot.gif
|
||||
share/icons/hicolor/48x48/apps/mugshot.gif
|
||||
@dirrm share/mugshot
|
||||
@dirrm lib/mugshot/firefox/defaults/preferences
|
||||
@dirrm lib/mugshot/firefox/defaults
|
||||
@dirrm lib/mugshot/firefox/components
|
||||
@dirrm lib/mugshot/firefox/chrome/skin
|
||||
@dirrm lib/mugshot/firefox/chrome/locale/en-US
|
||||
@dirrm lib/mugshot/firefox/chrome/locale
|
||||
@dirrm lib/mugshot/firefox/chrome/icons/default
|
||||
@dirrm lib/mugshot/firefox/chrome/icons
|
||||
@dirrm lib/mugshot/firefox/chrome/content
|
||||
@dirrm lib/mugshot/firefox/chrome
|
||||
@dirrm lib/mugshot/firefox
|
||||
@dirrm lib/mugshot
|
||||
@dirrm share/autostart
|
||||
@dirrm share/mugshot
|
||||
@dirrm lib/mugshot
|
||||
|
Loading…
Reference in New Issue
Block a user