diff options
author | pawel <pawel@FreeBSD.org> | 2013-10-30 05:07:38 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-10-30 05:07:38 +0800 |
commit | 24884e3b92f8d86906adeb078caecd0da0ef47e3 (patch) | |
tree | baa5584c92fa556e2d4c3ffb31f573af52ae01f5 /deskutils | |
parent | d730e17b86d9c856c291fd8ced51512e35696fae (diff) | |
download | freebsd-ports-gnome-24884e3b92f8d86906adeb078caecd0da0ef47e3.tar.gz freebsd-ports-gnome-24884e3b92f8d86906adeb078caecd0da0ef47e3.tar.zst freebsd-ports-gnome-24884e3b92f8d86906adeb078caecd0da0ef47e3.zip |
- Update to version 6.3.1
- Add support for STAGEDIR
PR: ports/181891
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ganyremote/Makefile | 16 | ||||
-rw-r--r-- | deskutils/ganyremote/distinfo | 4 | ||||
-rw-r--r-- | deskutils/ganyremote/pkg-plist | 3 |
3 files changed, 8 insertions, 15 deletions
diff --git a/deskutils/ganyremote/Makefile b/deskutils/ganyremote/Makefile index 2c3605c4c623..efabfa5a784f 100644 --- a/deskutils/ganyremote/Makefile +++ b/deskutils/ganyremote/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ganyremote -PORTVERSION= 6.2 +PORTVERSION= 6.3.1 CATEGORIES= deskutils comms gnome MASTER_SITES= SF/anyremote/${PORTNAME}/${PORTVERSION} @@ -23,23 +23,13 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local|${LOCALBASE}| ; \ /usepybluez = /s|True|False| ; \ /initVerify()$$/d' ${WRKSRC}/${PORTNAME} @${REINPLACE_CMD} -e \ - '/$$(datadir)\/doc/s|^|#|' ${WRKSRC}/Makefile.in - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.for i in AUTHORS ChangeLog README - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) -.endfor -.endif + '/DESTDIR/s|cp -r|cp -R| ; \ + /DESTDIR/s|COPYING||' ${WRKSRC}/Makefile.in .include <bsd.port.mk> diff --git a/deskutils/ganyremote/distinfo b/deskutils/ganyremote/distinfo index 8aee9802ff58..0c8094f55a3c 100644 --- a/deskutils/ganyremote/distinfo +++ b/deskutils/ganyremote/distinfo @@ -1,2 +1,2 @@ -SHA256 (ganyremote-6.2.tar.gz) = cac48b5323cf5a20ece358846075e7c3dcfb1e5b318701db6b90e34e54bbd91d -SIZE (ganyremote-6.2.tar.gz) = 282501 +SHA256 (ganyremote-6.3.1.tar.gz) = 12819b88a0f018903e7c3a8a57d6a91f8781df942e1bc7b85f5f2e27540dc0ae +SIZE (ganyremote-6.3.1.tar.gz) = 293121 diff --git a/deskutils/ganyremote/pkg-plist b/deskutils/ganyremote/pkg-plist index 8c610526d909..b61aea503891 100644 --- a/deskutils/ganyremote/pkg-plist +++ b/deskutils/ganyremote/pkg-plist @@ -7,6 +7,7 @@ share/locale/bg/LC_MESSAGES/ganyremote.mo share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo share/locale/de_AT/LC_MESSAGES/ganyremote.mo share/locale/de_DE/LC_MESSAGES/ganyremote.mo +share/locale/el_GR/LC_MESSAGES/ganyremote.mo share/locale/es_ES/LC_MESSAGES/ganyremote.mo share/locale/fi_FI/LC_MESSAGES/ganyremote.mo share/locale/fr_FR/LC_MESSAGES/ganyremote.mo @@ -38,6 +39,8 @@ share/pixmaps/ganyremote_off.png @dirrmtry share/locale/hu_HU @dirrmtry share/locale/fi_FI/LC_MESSAGES @dirrmtry share/locale/fi_FI +@dirrmtry share/locale/el_GR/LC_MESSAGES +@dirrmtry share/locale/el_GR @dirrmtry share/locale/de_DE/LC_MESSAGES @dirrmtry share/locale/de_DE @dirrmtry share/locale/cs_CZ/LC_MESSAGES |