From ntarmos@diogenis.ceid.upatras.gr  Mon Dec 24 13:50:54 2012
Return-Path: <ntarmos@diogenis.ceid.upatras.gr>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D3B36517
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Dec 2012 13:50:54 +0000 (UTC)
	(envelope-from ntarmos@diogenis.ceid.upatras.gr)
Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169])
	by mx1.freebsd.org (Postfix) with ESMTP id 7C4D18FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Dec 2012 13:50:54 +0000 (UTC)
Received: from mail.ceid.upatras.gr (europa.ceid.upatras.gr [10.1.0.143])
	by poseidon.ceid.upatras.gr (Postfix) with ESMTP id DDEDE822B0
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Dec 2012 15:48:13 +0200 (EET)
Received: from localhost (localhost [127.0.0.1])
	by mail.ceid.upatras.gr (Postfix) with ESMTP id 7C9862A61C8;
	Mon, 24 Dec 2012 15:50:53 +0200 (EET)
Received: from mail.ceid.upatras.gr ([127.0.0.1])
	by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id UVBUzB1YArDm; Mon, 24 Dec 2012 15:50:53 +0200 (EET)
Received: from diogenis.ceid.upatras.gr (diogenis.ceid.upatras.gr [10.1.0.181])
	by mail.ceid.upatras.gr (Postfix) with ESMTP id 5F0742A1184;
	Mon, 24 Dec 2012 15:50:53 +0200 (EET)
Received: by diogenis.ceid.upatras.gr (Postfix, from userid 21001)
	id E57B2800FA; Mon, 24 Dec 2012 15:45:45 +0200 (EET)
Message-Id: <20121224134545.E57B2800FA@diogenis.ceid.upatras.gr>
Date: Mon, 24 Dec 2012 15:45:45 +0200 (EET)
From: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ntarmos@ceid.upatras.gr
Subject: [PATCH] sysutils/usbhotkey: update to 0.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ntarmos@cs.uoi.gr

>Number:         174678
>Category:       ports
>Synopsis:       [PATCH] sysutils/usbhotkey: update to 0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 24 14:00:01 UTC 2012
>Closed-Date:    Sat Feb 23 21:45:42 UTC 2013
>Last-Modified:  Sat Feb 23 21:50:00 UTC 2013
>Originator:     Nikos Ntarmos <ntarmos@ceid.upatras.gr>
>Release:        FreeBSD 9.0-RELEASE-p5 amd64
>Organization:
NetCInS Lab, CEID, U. of Patras, Greece
>Environment:
System: FreeBSD fbsd_9_0.my.domain 9.0-RELEASE-p5 FreeBSD 9.0-RELEASE-p5 #0: Sat Dec  8 01:37:26 EET
>Description:
- Update to 0.4

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- usbhotkey-0.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/usbhotkey.o/Makefile /usr/ports/sysutils/usbhotkey/Makefile
--- /usr/ports/sysutils/usbhotkey.o/Makefile	2012-11-17 08:01:49.000000000 +0200
+++ /usr/ports/sysutils/usbhotkey/Makefile	2012-12-24 07:27:48.000000000 +0200
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=		usbhotkey
-PORTVERSION=		0.3.1
-PORTREVISION=	6
+PORTVERSION=		0.4
 CATEGORIES=		sysutils
-MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/
 
-MAINTAINER=		ntarmos@cs.uoi.gr
+MAINTAINER=		ntarmos@ceid.upatras.gr
 COMMENT=		A utility to remap USB keyboards under X11
 
 LIB_DEPENDS=		hid.0:${PORTSDIR}/devel/libhid \
diff -ruN --exclude=CVS /usr/ports/sysutils/usbhotkey.o/distinfo /usr/ports/sysutils/usbhotkey/distinfo
--- /usr/ports/sysutils/usbhotkey.o/distinfo	2011-03-19 14:33:32.000000000 +0200
+++ /usr/ports/sysutils/usbhotkey/distinfo	2012-12-24 07:29:00.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (usbhotkey-0.3.1.tar.gz) = 8a76f25278b808c416ce537bb9566e7840a2dcee2632808200f634228dc46154
-SIZE (usbhotkey-0.3.1.tar.gz) = 144508
+SHA256 (usbhotkey-0.4.tar.gz) = c650c9d36190f861115ed0222463518b426dc6fe7272d4b1ee2320e8d373c591
+SIZE (usbhotkey-0.4.tar.gz) = 160815
diff -ruN --exclude=CVS /usr/ports/sysutils/usbhotkey.o/pkg-plist /usr/ports/sysutils/usbhotkey/pkg-plist
--- /usr/ports/sysutils/usbhotkey.o/pkg-plist	2007-09-05 18:02:11.000000000 +0300
+++ /usr/ports/sysutils/usbhotkey/pkg-plist	2012-12-24 10:53:13.000000000 +0200
@@ -1,4 +1,7 @@
-share/usbhotkey-0.3.1/ag5-3colors.rb
-share/usbhotkey-0.3.1/ag5-replicate-colours.rb
+share/usbhotkey-0.4/ag5-3colors.rb
+share/usbhotkey-0.4/ag5-replicate-colours.rb
+share/usbhotkey-0.4/ag5-gaming.rb
+share/usbhotkey-0.4/plugin-keypress.rb
+share/usbhotkey-0.4/test-plugin.rb
 bin/usbhotkey
-@dirrm share/usbhotkey-0.3.1
+@dirrm share/usbhotkey-0.4
--- usbhotkey-0.4.patch ends here ---

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Mon Dec 24 14:00:38 UTC 2012 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174678 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Dec 24 14:00:40 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174678 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ntarmos@cs.uoi.gr
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/174678: [PATCH] sysutils/usbhotkey: update to 0.4
Date: Mon, 24 Dec 2012 14:00:39 UT

 Maintainer of sysutils/usbhotkey,
 
 Please note that PR ports/174678 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174678
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174678: commit references a PR
Date: Sat, 23 Feb 2013 21:04:23 +0000 (UTC)

 Author: miwi
 Date: Sat Feb 23 21:04:09 2013
 New Revision: 312851
 URL: http://svnweb.freebsd.org/changeset/ports/312851
 
 Log:
   - Update to 2.3.6
   
   PR:		174678
   Submitted by:	uid@atnus.com
   Approved by:	maintainer timeout
 
 Modified:
   head/mail/postfixadmin/Makefile   (contents, props changed)
   head/mail/postfixadmin/distinfo   (contents, props changed)
 
 Modified: head/mail/postfixadmin/Makefile
 ==============================================================================
 --- head/mail/postfixadmin/Makefile	Sat Feb 23 19:54:26 2013	(r312850)
 +++ head/mail/postfixadmin/Makefile	Sat Feb 23 21:04:09 2013	(r312851)
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	postfixadmin
 -PORTVERSION=	2.3.5
 +PORTVERSION=	2.3.6
  CATEGORIES=	mail www
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 Modified: head/mail/postfixadmin/distinfo
 ==============================================================================
 --- head/mail/postfixadmin/distinfo	Sat Feb 23 19:54:26 2013	(r312850)
 +++ head/mail/postfixadmin/distinfo	Sat Feb 23 21:04:09 2013	(r312851)
 @@ -1,2 +1,2 @@
 -SHA256 (postfixadmin-2.3.5.tar.gz) = ba53e8c5feb8566bf88525b2147c83103e01c9282d17294638a0db08cc1b42c8
 -SIZE (postfixadmin-2.3.5.tar.gz) = 1596672
 +SHA256 (postfixadmin-2.3.6.tar.gz) = ea505281b6c04bda887eb4e6aa6c023b354c4ef4864aa60dcb1425942bf2af63
 +SIZE (postfixadmin-2.3.6.tar.gz) = 1597001
 _______________________________________________
 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: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Feb 23 21:45:38 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174678 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174678: commit references a PR
Date: Sat, 23 Feb 2013 21:45:48 +0000 (UTC)

 Author: miwi
 Date: Sat Feb 23 21:45:38 2013
 New Revision: 312855
 URL: http://svnweb.freebsd.org/changeset/ports/312855
 
 Log:
   - Update to 0.4
   - Update maintainer mail adress
   - While here trim header
   
   PR:		174678
   Submitted by:	maintainer
 
 Modified:
   head/sysutils/usbhotkey/Makefile   (contents, props changed)
   head/sysutils/usbhotkey/distinfo   (contents, props changed)
   head/sysutils/usbhotkey/pkg-plist   (contents, props changed)
 
 Modified: head/sysutils/usbhotkey/Makefile
 ==============================================================================
 --- head/sysutils/usbhotkey/Makefile	Sat Feb 23 21:44:10 2013	(r312854)
 +++ head/sysutils/usbhotkey/Makefile	Sat Feb 23 21:45:38 2013	(r312855)
 @@ -1,17 +1,12 @@
 -# New ports collection makefile for:   usbhotkey
 -# Date created:        16 July 2007
 -# Whom:                ntarmos@ceid.upatras.gr
 -#
 +# Created by: ntarmos@ceid.upatras.gr
  # $FreeBSD$
 -#
  
  PORTNAME=		usbhotkey
 -PORTVERSION=		0.3.1
 -PORTREVISION=	6
 +PORTVERSION=		0.4
  CATEGORIES=		sysutils
 -MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 +MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/
  
 -MAINTAINER=		ntarmos@cs.uoi.gr
 +MAINTAINER=		ntarmos@ceid.upatras.gr
  COMMENT=		A utility to remap USB keyboards under X11
  
  LIB_DEPENDS=		hid.0:${PORTSDIR}/devel/libhid \
 
 Modified: head/sysutils/usbhotkey/distinfo
 ==============================================================================
 --- head/sysutils/usbhotkey/distinfo	Sat Feb 23 21:44:10 2013	(r312854)
 +++ head/sysutils/usbhotkey/distinfo	Sat Feb 23 21:45:38 2013	(r312855)
 @@ -1,2 +1,2 @@
 -SHA256 (usbhotkey-0.3.1.tar.gz) = 8a76f25278b808c416ce537bb9566e7840a2dcee2632808200f634228dc46154
 -SIZE (usbhotkey-0.3.1.tar.gz) = 144508
 +SHA256 (usbhotkey-0.4.tar.gz) = c650c9d36190f861115ed0222463518b426dc6fe7272d4b1ee2320e8d373c591
 +SIZE (usbhotkey-0.4.tar.gz) = 160815
 
 Modified: head/sysutils/usbhotkey/pkg-plist
 ==============================================================================
 --- head/sysutils/usbhotkey/pkg-plist	Sat Feb 23 21:44:10 2013	(r312854)
 +++ head/sysutils/usbhotkey/pkg-plist	Sat Feb 23 21:45:38 2013	(r312855)
 @@ -1,4 +1,7 @@
 -share/usbhotkey-0.3.1/ag5-3colors.rb
 -share/usbhotkey-0.3.1/ag5-replicate-colours.rb
 +share/usbhotkey-0.4/ag5-3colors.rb
 +share/usbhotkey-0.4/ag5-replicate-colours.rb
 +share/usbhotkey-0.4/ag5-gaming.rb
 +share/usbhotkey-0.4/plugin-keypress.rb
 +share/usbhotkey-0.4/test-plugin.rb
  bin/usbhotkey
 -@dirrm share/usbhotkey-0.3.1
 +@dirrm share/usbhotkey-0.4
 _______________________________________________
 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"
 
>Unformatted:
