svn commit: r332005 - head/deskutils/ganyremote
Pawel Pekala
pawel at FreeBSD.org
Tue Oct 29 21:07:39 UTC 2013
Author: pawel
Date: Tue Oct 29 21:07:38 2013
New Revision: 332005
URL: http://svnweb.freebsd.org/changeset/ports/332005
Log:
- Update to version 6.3.1
- Add support for STAGEDIR
PR: ports/181891
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Modified:
head/deskutils/ganyremote/Makefile
head/deskutils/ganyremote/distinfo
head/deskutils/ganyremote/pkg-plist
Modified: head/deskutils/ganyremote/Makefile
==============================================================================
--- head/deskutils/ganyremote/Makefile Tue Oct 29 21:04:37 2013 (r332004)
+++ head/deskutils/ganyremote/Makefile Tue Oct 29 21:07:38 2013 (r332005)
@@ -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>
Modified: head/deskutils/ganyremote/distinfo
==============================================================================
--- head/deskutils/ganyremote/distinfo Tue Oct 29 21:04:37 2013 (r332004)
+++ head/deskutils/ganyremote/distinfo Tue Oct 29 21:07:38 2013 (r332005)
@@ -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
Modified: head/deskutils/ganyremote/pkg-plist
==============================================================================
--- head/deskutils/ganyremote/pkg-plist Tue Oct 29 21:04:37 2013 (r332004)
+++ head/deskutils/ganyremote/pkg-plist Tue Oct 29 21:07:38 2013 (r332005)
@@ -7,6 +7,7 @@ share/locale/bg/LC_MESSAGES/ganyremote.m
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
+ at dirrmtry share/locale/el_GR/LC_MESSAGES
+ at dirrmtry share/locale/el_GR
@dirrmtry share/locale/de_DE/LC_MESSAGES
@dirrmtry share/locale/de_DE
@dirrmtry share/locale/cs_CZ/LC_MESSAGES
More information about the svn-ports-all
mailing list