Bug 96364 - [Maintainer-update] www/g-cows update to 1.9
Summary: [Maintainer-update] www/g-cows update to 1.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-26 14:40 UTC by Andrea Sozzi
Modified: 2006-04-28 20:59 UTC (History)
0 users

See Also:


Attachments
g-cows_update_to_1.9 (1.03 KB, text/plain)
2006-04-26 14:40 UTC, Andrea Sozzi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrea Sozzi 2006-04-26 14:40:12 UTC
	Update g-cows from 1.8 to 1.9
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2006-04-28 12:11:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-04-28 12:11:59 UTC
State Changed
From-To: open->feedback

The port does not respect CXXFLAGS.
Comment 3 Andrea Sozzi 2006-04-28 15:37:36 UTC
 >
> 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
Comment 4 Emanuel Haupt freebsd_committer freebsd_triage 2006-04-28 15:43:22 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2006-04-28 20:59:27 UTC
State Changed
From-To: open->closed

Committed, thanks!