Bug 181891

Summary: deskutils/ganyremote: Update to version 6.3
Product: Ports & Packages Reporter: tkato432
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
deskutils_ganyremote.diff none

Description tkato432 2013-09-06 19:10:05 UTC
- Update to version 6.3
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-06 19:13:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:12:05 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 3 tkato432 2013-10-18 18:56:38 UTC
Version 6.3.1 has been released.
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2013-10-29 20:30:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-10-29 21:07:47 UTC
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"
Comment 6 Pawel Pekala freebsd_committer freebsd_triage 2013-10-29 21:07:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!