Date: Sat, 30 Nov 2002 14:26:24 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45857: Update port: misc/gretl to 1.0.1 Message-ID: <20021130142624.263514b1.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>Number: 45857 >Category: ports >Synopsis: Update port: misc/gretl to 1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 29 21:40:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/gretl/Makefile misc/gretl/Makefile --- /usr/ports/misc/gretl/Makefile Fri Nov 29 19:09:13 2002 +++ misc/gretl/Makefile Sat Nov 30 07:03:24 2002 @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,6 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -GNU_CONFIGURE= yes USE_AUTOCONF_VER= 253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff -urN /usr/ports/misc/gretl/distinfo misc/gretl/distinfo --- /usr/ports/misc/gretl/distinfo Thu Nov 21 01:30:47 2002 +++ misc/gretl/distinfo Sat Nov 30 07:04:07 2002 @@ -1 +1 @@ -MD5 (gretl-1.0.tar.gz) = 5f175f7134953836139c9f803c936847 +MD5 (gretl-1.0.1.tar.gz) = 69ff9a11151a93bcaaa97c7d8e6115ad diff -urN /usr/ports/misc/gretl/files/patch-lib::Makefile.in misc/gretl/files/patch-lib::Makefile.in --- /usr/ports/misc/gretl/files/patch-lib::Makefile.in Thu Nov 21 01:30:48 2002 +++ misc/gretl/files/patch-lib::Makefile.in Sat Nov 30 07:06:40 2002 @@ -1,5 +1,5 @@ ---- lib/Makefile.in.orig Wed Nov 13 03:50:52 2002 -+++ lib/Makefile.in Mon Nov 18 20:04:11 2002 +--- lib/Makefile.in.orig Tue Nov 26 22:16:04 2002 ++++ lib/Makefile.in Sat Nov 30 07:06:24 2002 @@ -14,6 +14,11 @@ GLIB_LIBS = @GLIB_LIBS@ have_gtk = @have_gtk@ @@ -42,8 +42,8 @@ $(LIBGRETL): $(OBJS) $(LOBJS) $(CEPHES_OBJ) $(CEPHES_OBJ) $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(CEPHES_LOBJ) \ -- -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0 -+ -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0 $(LDFLAGS) +- -rpath $(prefix)/lib $(LIBS) -version-info 0:1:0 ++ -rpath $(prefix)/lib $(LIBS) -version-info 0:1:0 $(LDFLAGS) .PHONY: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021130142624.263514b1.tkato>