Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 May 2006 06:51:54 -0700 (PDT)
From:      Andrew Pantyukhin <infofarmer@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96662: update editor/leafpad to 0.8.9
Message-ID:  <445763fa.67d8e640.6586.060e@mx.gmail.com>
Resent-Message-ID: <200605021400.k42E0cmY060429@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96662
>Category:       ports
>Synopsis:       update editor/leafpad to 0.8.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 02 14:00:37 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pantyukhin
>Release:        FreeBSD 6.1-RC i386
>Organization:
>Environment:
System: FreeBSD thror.intranet.gubkin.ru 6.1-RC FreeBSD 6.1-RC #8: Mon Apr 10 16:20:57 MSD 2006 sat@thror.intranet.gubkin.ru:/usr/obj/usr/src/sys/SATH i386


	
>Description:
Update to 0.8.9
	
>How-To-Repeat:
	
>Fix:

	

--- leafpad.diff begins here ---
diff -urN /usr/ports/editors/leafpad/Makefile leafpad/Makefile
--- /usr/ports/editors/leafpad/Makefile	Sat Nov  5 08:20:18 2005
+++ leafpad/Makefile	Tue May  2 17:07:08 2006
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	Leafpad
+# New ports collection makefile for:	leafpad
 # Date created:				2004-10-18
 # Whom:					Michael Johnson <ahze@ahze.net>
 #
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	leafpad
-PORTVERSION=	0.8.4
-PORTREVISION=	1
+PORTVERSION=	0.8.9
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -18,7 +17,7 @@
 USE_GNOME=	gtk20 gnomehier desktopfileutils intlhack
 USE_GCC=	3.4
 USE_GETOPT_LONG=	yes
-USE_REINPLACE=	yes
+USE_GETTEXT=	YES
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
@@ -28,9 +27,7 @@
 CPPFLAGS=	-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
 
-.if !defined(NOPORTDOCS)
 PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL README
-.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/pixmaps|/gnome/pixmaps|; \
@@ -39,10 +36,8 @@
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
+	@${INSTALL} -d ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
 .endif
 	-@update-desktop-database
 
diff -urN /usr/ports/editors/leafpad/distinfo leafpad/distinfo
--- /usr/ports/editors/leafpad/distinfo	Sun Jan 22 11:34:43 2006
+++ leafpad/distinfo	Tue May  2 16:04:27 2006
@@ -1,3 +1,3 @@
-MD5 (leafpad-0.8.4.tar.gz) = bf7ceee550932d8550b515ef9d59c739
-SHA256 (leafpad-0.8.4.tar.gz) = c15ab805e18a0bcd4c26078158e48f264fdc70f6c28d2648323dfb7fbeeb650a
-SIZE (leafpad-0.8.4.tar.gz) = 230525
+MD5 (leafpad-0.8.9.tar.gz) = 66a502c2c9e87b8f7ef0370ecb83cbbb
+SHA256 (leafpad-0.8.9.tar.gz) = 5e8014be4fbebd0ced491d16eef8ef38a03382c25ef0ce41f0ee22a9ada30a6f
+SIZE (leafpad-0.8.9.tar.gz) = 247117
diff -urN /usr/ports/editors/leafpad/pkg-plist leafpad/pkg-plist
--- /usr/ports/editors/leafpad/pkg-plist	Tue Oct 11 21:27:10 2005
+++ leafpad/pkg-plist	Tue May  2 17:07:24 2006
@@ -1,6 +1,7 @@
 bin/leafpad
 share/gnome/applications/leafpad.desktop
 share/gnome/pixmaps/leafpad.png
+share/gnome/pixmaps/leafpad.xpm
 share/locale/bg/LC_MESSAGES/leafpad.mo
 share/locale/ca/LC_MESSAGES/leafpad.mo
 share/locale/cs/LC_MESSAGES/leafpad.mo
--- leafpad.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?445763fa.67d8e640.6586.060e>