- Update to version 6.3
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: miwi->freebsd-ports-bugs Back to the heap due to timeout
Version 6.3.1 has been released.
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
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@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 +@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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!