From amyfoub@gmail.com  Tue Apr 12 17:49:46 2005
Return-Path: <amyfoub@gmail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 41F1116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Apr 2005 17:49:46 +0000 (GMT)
Received: from storage.multiweb.ca (modemcable186.104-203-24.mc.videotron.ca [24.203.104.186])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C2EFA43D5E
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Apr 2005 17:49:45 +0000 (GMT)
	(envelope-from amyfoub@gmail.com)
Received: from guillaume.multiweb.ca (unknown [192.168.1.20])
	by storage.multiweb.ca (Postfix) with ESMTP id 780ACB85A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Apr 2005 13:49:48 -0400 (EDT)
Message-Id: <1113328482.0@guillaume.multiweb.ca>
Date: Tue, 12 Apr 2005 13:54:42 -0400
From: "Guillaume Paquet" <amyfoub@gmail.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: Update port: deskutils/xpad to 2.6
X-Send-Pr-Version: gtk-send-pr 0.4.4 
X-GNATS-Notify:

>Number:         79831
>Category:       ports
>Synopsis:       Update port: deskutils/xpad to 2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 12 17:50:29 GMT 2005
>Closed-Date:    Tue Apr 12 21:38:04 GMT 2005
>Last-Modified:  Tue Apr 12 21:38:04 GMT 2005
>Originator:     Guillaume Paquet
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
>Environment:


System: FreeBSD 5.3-RELEASE-p2 #0: Mon Jan 10 01:52:53 EST 2005
    root@guillaume.multiweb.ca:/usr/src/sys/i386/compile/GUILLAUME



>Description:


- Update to version 2.6
- Changed my email address


>How-To-Repeat:





>Fix:


--- xpad.patch begins here ---
diff -ru xpad.orig/Makefile xpad/Makefile
--- xpad.orig/Makefile	Sat Mar 12 05:53:14 2005
+++ xpad/Makefile	Tue Apr 12 13:23:11 2005
@@ -1,23 +1,21 @@
 # New ports collection makefile for:	xpad
 # Date created:		6 March 2002
-# Whom:			Guillaume Paquet <amyfoub@videotron.ca>
+# Whom:			Guillaume Paquet <amyfoub@gmail.com>
 #
 # $FreeBSD: ports/deskutils/xpad/Makefile,v 1.9 2005/03/12 10:53:14 marcus Exp $
 #
 
 PORTNAME=	xpad
-PORTVERSION=	1.13.1
-PORTREVISION=	2
+PORTVERSION=	2.6
 CATEGORIES=	deskutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	amyfoub@videotron.ca
+MAINTAINER=	amyfoub@gmail.com
 COMMENT=	A virtual note-pad system for your X11 desktop
 
 USE_BZIP2=	yes
 
-#USE_X_PREFIX=	yes
 USE_GNOME=	gtk20
 
 HAS_CONFIGURE=	yes
@@ -30,9 +28,8 @@
 
 	${INSTALL_PROGRAM} ${WRKSRC}/src/xpad ${PREFIX}/bin/
 	${INSTALL_MAN} ${WRKSRC}/doc/xpad.1 ${PREFIX}/man/man1/
-	@${MKDIR} ${PREFIX}/share/xpad
-	${INSTALL_DATA} ${WRKSRC}/images/xpad.xpm ${PREFIX}/share/xpad/
-	${INSTALL_DATA} ${WRKSRC}/images/xpad2.xpm ${PREFIX}/share/xpad/
-	${INSTALL_DATA} ${WRKSRC}/images/sticky.xpm ${PREFIX}/share/xpad/
+
+	${INSTALL_DATA} ${WRKSRC}/images/hicolor/48x48/apps/xpad.png ${PREFIX}/share/icons/hicolor/48x48/apps/
+	${INSTALL_DATA} ${WRKSRC}/images/hicolor/scalable/apps/xpad.svg ${PREFIX}/share/icons/hicolor/scalable/apps/
 
 .include <bsd.port.mk>
diff -ru xpad.orig/distinfo xpad/distinfo
--- xpad.orig/distinfo	Sat May 22 08:59:35 2004
+++ xpad/distinfo	Fri Apr  1 01:31:56 2005
@@ -1,2 +1,2 @@
-MD5 (xpad-1.13.1.tar.bz2) = 526c40adc1ffaa79f29647bb9d5fc404
-SIZE (xpad-1.13.1.tar.bz2) = 241811
+MD5 (xpad-2.6.tar.bz2) = 0d3e50e90d485c2bcf5e861b4a223fc2
+SIZE (xpad-2.6.tar.bz2) = 196578
diff -ru xpad.orig/pkg-descr xpad/pkg-descr
--- xpad.orig/pkg-descr	Sun Oct  5 23:21:36 2003
+++ xpad/pkg-descr	Tue Apr 12 13:31:16 2005
@@ -17,4 +17,4 @@
 WWW: http://xpad.sourceforge.net/
 
 - Guillaume
-amyfoub@videotron.ca
+amyfoub@gmail.com
diff -ru xpad.orig/pkg-plist xpad/pkg-plist
--- xpad.orig/pkg-plist	Sat Dec 20 07:08:09 2003
+++ xpad/pkg-plist	Tue Apr 12 13:24:21 2005
@@ -1,5 +1,3 @@
 bin/xpad
-share/xpad/xpad.xpm
-share/xpad/xpad2.xpm
-share/xpad/sticky.xpm
-@dirrm share/xpad
+share/icons/hicolor/48x48/apps/xpad.png
+share/icons/hicolor/scalable/apps/xpad.svg
--- xpad.patch ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Apr 12 21:37:56 GMT 2005 
State-Changed-Why:  
Committed with fixes, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79831 
>Unformatted:
