Update g-cows from 1.8 to 1.9
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Take.
State Changed From-To: open->feedback The port does not respect CXXFLAGS.
> > The port does not respect CXXFLAGS. > Sorry, CXXFLAGS was incorrectly overwritten by configure. I fixed it in the original package so we should upgrade from 1.8 (currently in FreeBSD ports) to 1.9.1. This is the new diff for updating 1.8 -> 1.9.1 andrea diff -ruN /usr/ports/www/g-cows/Makefile g-cows/Makefile --- /usr/ports/www/g-cows/Makefile Sun Apr 2 09:54:25 2006 +++ g-cows/Makefile Fri Apr 28 16:02:56 2006 @@ -2,13 +2,13 @@ # Date created: 6 March 2006 # Whom: Andrea Sozzi <as@g-cows.org> # -# $FreeBSD: ports/www/g-cows/Makefile,v 1.2 2006/04/02 01:19:54 pav Exp $ +# $FreeBSD$ # PORTNAME= g-cows -PORTVERSION= 1.8 +PORTVERSION= 1.9.1 CATEGORIES= www -MASTER_SITES= http://www.g-cows.org/download/${PORTVERSION}/ +MASTER_SITES= http://www.g-cows.org/download/1.9/ MAINTAINER= as@g-cows.org COMMENT= Scripting language for creation of web sites diff -ruN /usr/ports/www/g-cows/distinfo g-cows/distinfo --- /usr/ports/www/g-cows/distinfo Sun Apr 2 09:54:25 2006 +++ g-cows/distinfo Fri Apr 28 16:03:22 2006 @@ -1,3 +1,3 @@ -MD5 (g-cows-1.8.tar.gz) = 53e0370e12b4988f53fb86f7b7f9014c -SHA256 (g-cows-1.8.tar.gz) = db1dc2e1a10483e57e3c9e01ce46c0934964a4160451adba1967a71fcffacb59 -SIZE (g-cows-1.8.tar.gz) = 181056 +MD5 (g-cows-1.9.1.tar.gz) = ddbf13459c61a294e3f91ac7fac991e1 +SHA256 (g-cows-1.9.1.tar.gz) = 889412f9d16a3161f53f4cff9baff8a9f0339ae5def5af8979bc821277d1aeb0 +SIZE (g-cows-1.9.1.tar.gz) = 181740
State Changed From-To: feedback->open Feedback received.
State Changed From-To: open->closed Committed, thanks!