From nobody@FreeBSD.org  Wed Jan 30 03:53:34 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E9BC516A418
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 Jan 2008 03:53:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B9FCB13C448
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 Jan 2008 03:53:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m0U3pliK016182
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 Jan 2008 03:51:47 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m0U3plDU016181;
	Wed, 30 Jan 2008 03:51:47 GMT
	(envelope-from nobody)
Message-Id: <200801300351.m0U3plDU016181@www.freebsd.org>
Date: Wed, 30 Jan 2008 03:51:47 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] misc/clex
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120139
>Category:       ports
>Synopsis:       [UPDATE] misc/clex
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mich
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 30 04:00:04 UTC 2008
>Closed-Date:    Mon Feb 04 20:24:40 UTC 2008
>Last-Modified:  Mon Feb  4 20:30:01 UTC 2008
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 3.17;
- Updated MASTER_SITES;
- Now using pkg-plist;
- Now respect PORTDOCS.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/clex/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	25 May 2007 20:45:14 -0000	1.16
+++ Makefile	30 Jan 2008 03:51:25 -0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	clex
-PORTVERSION=	3.16
+PORTVERSION=	3.17
 CATEGORIES=	misc
-MASTER_SITES=	http://www.clex.sk/download/ \
-		http://freebsdcluster.org/~mich/software/
+MASTER_SITES=	http://www.clex.sk/download/
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	mich@FreeBSD.org
@@ -18,7 +17,23 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
+DOCS=		AUTHORS COPYING ChangeLog INSTALL NEWS README
 MAN1=		clex.1
-PLIST_FILES=	bin/clex
 
-.include <bsd.port.mk>
+OPTIONS=	LARGE_FILES "Enable support for large files" on
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITH_LARGE_FILES)
+CONFIGURE_ARGS+=	--disable-largefile
+.endif
+
+do-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+.endif
+	@${INSTALL_MAN} ${WRKSRC}/src/${MAN1} ${MAN1PREFIX}/man/man1
+	@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/misc/clex/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	25 May 2007 20:45:14 -0000	1.12
+++ distinfo	30 Jan 2008 03:51:25 -0000
@@ -1,3 +1,3 @@
-MD5 (clex-3.16.tar.gz) = 52d3396fd3ce07441bb0da8e7690b2b3
-SHA256 (clex-3.16.tar.gz) = e1917825741f5f6b042819ad5644fd4a0b8736aeaf34f412aaf5cfa85c98a6d5
-SIZE (clex-3.16.tar.gz) = 186313
+MD5 (clex-3.17.tar.gz) = 81aeca7c0a6fab0a26f669cfcfe86f2a
+SHA256 (clex-3.17.tar.gz) = b8ce540bc65b727e58d551eca62f9c3270f7d210b68c52e0103159f60b6b50e1
+SIZE (clex-3.17.tar.gz) = 193842
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pkg-plist	30 Jan 2008 03:51:25 -0000
@@ -0,0 +1,8 @@
+bin/clex
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mich 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 30 04:00:11 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120139 
State-Changed-From-To: open->closed 
State-Changed-By: mich 
State-Changed-When: Mon Feb 4 20:24:26 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120139: commit references a PR
Date: Mon,  4 Feb 2008 20:24:11 +0000 (UTC)

 mich        2008-02-04 20:24:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     misc/clex            Makefile distinfo 
   Added files:
     misc/clex            pkg-plist 
   Log:
   - Updated to 3.17;
   - Updated MASTER_SITES;
   - Now using pkg-plist;
   - Now respect PORTDOCS.
   
   Submitted by:           Felippe de Meirelles Motta <lippemail@gmail.com>
   PR:                     ports/120139
   
   Revision  Changes    Path
   1.17      +20 -5     ports/misc/clex/Makefile
   1.13      +3 -3      ports/misc/clex/distinfo
   1.3       +8 -0      ports/misc/clex/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
