ports/114661: [PATCH] devel/fga: update to 1.3.4

Ying-Chieh Liao ijliao at csie.nctu.edu.tw
Tue Jul 17 14:50:07 UTC 2007


>Number:         114661
>Category:       ports
>Synopsis:       [PATCH] devel/fga: update to 1.3.4
>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 Jul 17 14:50:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD freebsd.csie.nctu.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #12: Sat Jan 20 20:29:28 CST 2007
>Description:
- Update to 1.3.4

Port maintainer (stas at FreeBSD.org) is cc'd.

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

--- fga-1.3.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/fga/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	11 Apr 2007 15:40:45 -0000	1.4
+++ Makefile	17 Jul 2007 14:31:49 -0000
@@ -7,29 +7,29 @@
 #
 
 PORTNAME=	fga
-PORTVERSION=	1.0.4
+PORTVERSION=	1.3.4
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	stas at FreeBSD.org
 COMMENT=	Fast Genetic Algorithm library
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+USE_GMAKE=	yes
 CFLAGS+=	${PTHREAD_CFLAGS}
 LDFLAGS+=	${PTHREAD_LIBS}
 
 MAKE_ENV+=	LDFLAGS="${LDFLAGS}"
 
-EXAMPLES=	graph_gen maxbit_mt maxbit_st tsp tsp_bf
+EXAMPLES=	graph_gen maxbit tsp tsp_bf
 
 .if !defined(NOPORTDOCS)
 PORTDOCS=	*
 .endif
 
 do-install:
-	${INSTALL_DATA}	${WRKSRC}/fga.hpp ${PREFIX}/include
+	${INSTALL_DATA}	${WRKSRC}/include/fga.hpp ${PREFIX}/include
 	${INSTALL_PROGRAM} ${EXAMPLES:S,^,${WRKSRC}/,} ${PREFIX}/bin
 
 .if !defined(NOPORTDOCS)
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/fga/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	11 Apr 2007 15:40:45 -0000	1.4
+++ distinfo	17 Jul 2007 14:31:49 -0000
@@ -1,3 +1,3 @@
-MD5 (fga-1.0.4.tar.gz) = 18712db40d3f6736d7cdc43fa88b5c8f
-SHA256 (fga-1.0.4.tar.gz) = f5ae872944c48df65d0fdf506df505347ee8f4d095812c9c5d7eb8c4aea03589
-SIZE (fga-1.0.4.tar.gz) = 135146
+MD5 (fga-1.3.4.tar.gz) = b8ab290a46100eebef417fa8ba524cb1
+SHA256 (fga-1.3.4.tar.gz) = ba2f8f1d9e73600de71e71c87b68c056068f2f81dc122ede21f700a6ef3c60fa
+SIZE (fga-1.3.4.tar.gz) = 221986
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/fga/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	29 Nov 2006 14:49:24 -0000	1.1
+++ pkg-plist	17 Jul 2007 14:31:49 -0000
@@ -1,12 +1,10 @@
 bin/graph_gen
-bin/maxbit_mt
-bin/maxbit_st
+bin/maxbit
 bin/tsp
 bin/tsp_bf
 include/fga.hpp
 %%PORTDOCS%%%%EXAMPLESDIR%%/graph_gen.cpp
-%%PORTDOCS%%%%EXAMPLESDIR%%/maxbit_mt.cpp
-%%PORTDOCS%%%%EXAMPLESDIR%%/maxbit_st.cpp
+%%PORTDOCS%%%%EXAMPLESDIR%%/maxbit.cpp
 %%PORTDOCS%%%%EXAMPLESDIR%%/tsp.cpp
 %%PORTDOCS%%%%EXAMPLESDIR%%/tsp_bf.cpp
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
--- fga-1.3.4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list