pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/gossip Remove trailing slash from DESCR, sort USE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83028a193bd6
branches:  trunk
changeset: 460645:83028a193bd6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Sep 02 09:04:33 2003 +0000

description:
Remove trailing slash from DESCR, sort USE_* and buildlinks alphabetically.
Remove ${VER} noted by jmmv@

diffstat:

 chat/gossip/DESCR    |   2 +-
 chat/gossip/Makefile |  16 +++++++---------
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r fc8b31a5e3b3 -r 83028a193bd6 chat/gossip/DESCR
--- a/chat/gossip/DESCR Tue Sep 02 08:43:46 2003 +0000
+++ b/chat/gossip/DESCR Tue Sep 02 09:04:33 2003 +0000
@@ -1,4 +1,4 @@
 Gossip is a modern client for the Jabber Instant Messaging system.
-It aims at making Instant Messaging with Jabber as easy as possible, 
+It aims at making Instant Messaging with Jabber as easy as possible,
 while giving users of the GNOME desktop a user-friendly way of keeping
 in touch with their friends.
diff -r fc8b31a5e3b3 -r 83028a193bd6 chat/gossip/Makefile
--- a/chat/gossip/Makefile      Tue Sep 02 08:43:46 2003 +0000
+++ b/chat/gossip/Makefile      Tue Sep 02 09:04:33 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2003/09/02 08:43:46 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2003/09/02 09:04:33 xtraeme Exp $
 #
 
-DISTNAME=      gossip-${VER}
+DISTNAME=      gossip-0.5
 CATEGORIES=    chat
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gossip/${VER}/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gossip/0.5/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    xtraeme%NetBSD.org@localhost
@@ -14,19 +14,17 @@
 BUILD_USES_MSGFMT=     yes
 
 USE_BUILDLINK2=                yes
-USE_PKGLOCALEDIR=      yes
+USE_GMAKE=             yes
 USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=       yes
 GNU_CONFIGURE=         yes
-USE_GMAKE=             yes
-
-VER=                   0.5
 
 GCONF2_SCHEMAS=                gossip.schemas
 LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool
 
-.include "../../devel/libgnomeui/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
 .include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/libgnomeui/buildlink2.mk"
 .include "../../devel/loudmouth/buildlink2.mk"
-.include "../../converters/libiconv/buildlink2.mk"
 .include "../../devel/GConf2/schemas.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index