FreeBSD Bugzilla – Attachment 129219 Details for
Bug 173181
net/heybuddy upgrade to 0.2.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
heybuddy.diff
heybuddy.diff (text/x-patch; charset="ISO-8859-1"), 6.16 KB, created by
Jason E. Hale
on 2012-11-30 03:37:20 UTC
(
hide
)
Description:
heybuddy.diff
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2012-11-30 03:37:20 UTC
Size:
6.16 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 307845) >+++ Makefile (working copy) >@@ -1,43 +1,60 @@ >-# New ports collection makefile for: heybuddy >-# Date created: 14 April 2011 >-# Whom: Beni Keller <navigium@grindcore.ch> >-# >+# Created by: Beni Keller <navigium@grindcore.ch> > # $FreeBSD$ >-# > > PORTNAME= heybuddy >-PORTVERSION= 0.2.2 >-PORTREVISION= 2 >+PORTVERSION= 0.2.4 > CATEGORIES= net >-MASTER_SITES= http://launchpad.net/${PORTNAME}/0.2/${PORTVERSION}/+download/ \ >+MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ \ > http://freebsd.grindcore.ch/distfiles/ > EXTRACT_SUFX= .tgz > > MAINTAINER= navigium@grindcore.ch >-COMMENT= A supposedly light, feature free identi.ca client >+COMMENT= Supposedly light, feature free identi.ca client > > LICENSE= GPLv3 > > FETCH_ARGS= -Fpr > USE_PYTHON= yes >+USE_GNOME= desktopfileutils pygtk2 >+ >+DESKTOP_ENTRIES= "Heybuddy" \ >+ "Light identi.ca client" \ >+ "${PORTNAME}" \ >+ "${PORTNAME}" \ >+ "" \ >+ false >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MNLS} > USE_GETTEXT= yes >-USE_GNOME= pygtk2 >+PLIST_SUB+= NLS="" >+.else >+PLIST_SUB+= NLS="@comment " >+.endif > > post-patch: >- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/heybuddy.py >- @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/heybuddy.py >+ @${REINPLACE_CMD} \ >+ -e 's|%%PREFIX%%|${PREFIX}|g' \ >+ -e 's|%%DATADIR%%|${DATADIR}|g' \ >+ ${WRKSRC}/${PORTNAME}.py >+ @${MV} ${WRKSRC}/${PORTNAME}.py ${WRKDIR} > > do-build: > ${PYTHON_CMD} -mcompileall ${WRKSRC} >+ ${PYTHON_CMD} -O -mcompileall ${WRKSRC} > > do-install: >- @${RM} ${WRKSRC}/ChangeLog ${WRKSRC}/gpl-3.0.txt >- @${MV} ${WRKSRC}/*.bak ${WRKDIR} >- @${MV} ${WRKSRC}/*.orig ${WRKDIR} >- @${MV} ${WRKSRC}/locales ${WRKDIR} >- @${MV} ${WRKSRC}/${PORTNAME}.py ${WRKDIR} >- (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}) >- (cd ${WRKDIR}/locales && ${COPYTREE_SHARE} . ${PREFIX}/share/locale) >- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME} >+ @${MKDIR} ${DATADIR} >+ cd ${WRKSRC} && ${INSTALL_DATA} README.txt *.py *.py[co] ${DATADIR} >+ cd ${WRKDIR} && ${INSTALL_SCRIPT} ${PORTNAME}.py ${PREFIX}/bin/${PORTNAME} >+ cd ${WRKSRC}/assets && ${INSTALL_DATA} icon64.png ${PREFIX}/share/pixmaps/${PORTNAME}.png >+ @cd ${WRKSRC} && ${COPYTREE_SHARE} assets ${DATADIR} >+.if ${PORT_OPTIONS:MNLS} >+ @cd ${WRKSRC}/locales && ${COPYTREE_SHARE} . ${PREFIX}/share/locale >+.endif > >+post-install: >+ -@update-desktop-database >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 307845) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (heybuddy-0.2.2.tgz) = 4bcc26cecb374bacce0dce401d29e2d8d6e9ac5c3c931e1288347d6cde4e4ce1 >-SIZE (heybuddy-0.2.2.tgz) = 77455 >+SHA256 (heybuddy-0.2.4.tgz) = 233c4f3bc158240d57f6fc69c2810ca74de103d8c9d076a0f3e8eebd6b4330e2 >+SIZE (heybuddy-0.2.4.tgz) = 84264 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 307845) >+++ pkg-plist (working copy) >@@ -1,46 +1,65 @@ >-@comment $FreeBSD$ > bin/heybuddy > %%DATADIR%%/About.py > %%DATADIR%%/About.pyc >+%%DATADIR%%/About.pyo > %%DATADIR%%/CertificateValidatingHTTPSHandler.py > %%DATADIR%%/CertificateValidatingHTTPSHandler.pyc >+%%DATADIR%%/CertificateValidatingHTTPSHandler.pyo > %%DATADIR%%/Communicator.py > %%DATADIR%%/Communicator.pyc >+%%DATADIR%%/Communicator.pyo > %%DATADIR%%/Configuration.py > %%DATADIR%%/Configuration.pyc >+%%DATADIR%%/Configuration.pyo > %%DATADIR%%/ContextPage.py > %%DATADIR%%/ContextPage.pyc >+%%DATADIR%%/ContextPage.pyo > %%DATADIR%%/Dent.py > %%DATADIR%%/Dent.pyc >+%%DATADIR%%/Dent.pyo > %%DATADIR%%/DentButton.py > %%DATADIR%%/DentButton.pyc >+%%DATADIR%%/DentButton.pyo > %%DATADIR%%/DentScroller.py > %%DATADIR%%/DentScroller.pyc >+%%DATADIR%%/DentScroller.pyo > %%DATADIR%%/FilterFrame.py > %%DATADIR%%/FilterFrame.pyc >+%%DATADIR%%/FilterFrame.pyo > %%DATADIR%%/GroupPage.py > %%DATADIR%%/GroupPage.pyc >+%%DATADIR%%/GroupPage.pyo > %%DATADIR%%/ImageCache.py > %%DATADIR%%/ImageCache.pyc >+%%DATADIR%%/ImageCache.pyo > %%DATADIR%%/MainWindow.py > %%DATADIR%%/MainWindow.pyc >+%%DATADIR%%/MainWindow.pyo > %%DATADIR%%/Notify.py > %%DATADIR%%/Notify.pyc >+%%DATADIR%%/Notify.pyo > %%DATADIR%%/PlatformSpecific.py > %%DATADIR%%/PlatformSpecific.pyc >+%%DATADIR%%/PlatformSpecific.pyo > %%DATADIR%%/README.txt > %%DATADIR%%/ScrollPage.py > %%DATADIR%%/ScrollPage.pyc >+%%DATADIR%%/ScrollPage.pyo > %%DATADIR%%/SettingsPage.py > %%DATADIR%%/SettingsPage.pyc >+%%DATADIR%%/SettingsPage.pyo > %%DATADIR%%/StatusIcon.py > %%DATADIR%%/StatusIcon.pyc >+%%DATADIR%%/StatusIcon.pyo >+%%DATADIR%%/TagPage.py >+%%DATADIR%%/TagPage.pyc >+%%DATADIR%%/TagPage.pyo > %%DATADIR%%/UserPage.py > %%DATADIR%%/UserPage.pyc >+%%DATADIR%%/UserPage.pyo > %%DATADIR%%/XMLProcessor.py > %%DATADIR%%/XMLProcessor.pyc >-%%DATADIR%%/_dev/get_text >-%%DATADIR%%/_dev/heybuddy.pot >+%%DATADIR%%/XMLProcessor.pyo > %%DATADIR%%/assets/direct_icon.png > %%DATADIR%%/assets/icon.png > %%DATADIR%%/assets/icon.svg >@@ -48,15 +67,18 @@ > %%DATADIR%%/assets/icon14.png > %%DATADIR%%/assets/icon64.png > %%DATADIR%%/assets/throbber.gif >-%%DATADIR%%/heybuddy.pyc >-share/locale/da/LC_MESSAGES/heybuddy.mo >-share/locale/de/LC_MESSAGES/heybuddy.mo >-share/locale/el/LC_MESSAGES/heybuddy.mo >-share/locale/eo/LC_MESSAGES/heybuddy.mo >-share/locale/es/LC_MESSAGES/heybuddy.mo >-share/locale/gl/LC_MESSAGES/heybuddy.mo >-share/locale/pt/LC_MESSAGES/heybuddy.mo >-share/locale/pt_BR/LC_MESSAGES/heybuddy.mo >+%%NLS%%share/locale/da/LC_MESSAGES/heybuddy.mo >+%%NLS%%share/locale/de/LC_MESSAGES/heybuddy.mo >+%%NLS%%share/locale/el/LC_MESSAGES/heybuddy.mo >+%%NLS%%share/locale/en_GB/LC_MESSAGES/heybuddy.mo >+%%NLS%%share/locale/eo/LC_MESSAGES/heybuddy.mo >+%%NLS%%share/locale/es/LC_MESSAGES/heybuddy.mo >+%%NLS%%share/locale/gl/LC_MESSAGES/heybuddy.mo >+%%NLS%%share/locale/he/LC_MESSAGES/heybuddy.mo >+%%NLS%%share/locale/pt/LC_MESSAGES/heybuddy.mo >+%%NLS%%share/locale/pt_BR/LC_MESSAGES/heybuddy.mo >+share/pixmaps/heybuddy.png > @dirrm %%DATADIR%%/assets >-@dirrm %%DATADIR%%/_dev > @dirrm %%DATADIR%% >+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null 2>&1 || /usr/bin/true >+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null 2>&1 || /usr/bin/true
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173181
:
129218
| 129219