Bug 182011 - [maintainer update] www/g-cows to 1.12
Summary: [maintainer update] www/g-cows to 1.12
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-11 13:00 UTC by Andrea Sozzi
Modified: 2013-09-11 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (887 bytes, patch)
2013-09-11 13:00 UTC, Andrea Sozzi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrea Sozzi 2013-09-11 13:00:00 UTC
This is an update of www/g-cows to its latest version, 1.12. 

It fixes a build error on FreeBSD 10.0-CURRENT reported by the FreeBSD package build server.

Fix: Patch attached

Patch attached with submission follows:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-09-11 13:23:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-11 13:57:20 UTC
Author: culot
Date: Wed Sep 11 12:57:13 2013
New Revision: 326973
URL: http://svnweb.freebsd.org/changeset/ports/326973

Log:
  - Update to 1.12 [1]
  - Trim Makefile's header
  
  PR:		ports/182011 [1]
  Submitted by:	Andrea Sozzi <as@g-cows.org> (maintainer)

Modified:
  head/www/g-cows/Makefile
  head/www/g-cows/distinfo

Modified: head/www/g-cows/Makefile
==============================================================================
--- head/www/g-cows/Makefile	Wed Sep 11 12:48:07 2013	(r326972)
+++ head/www/g-cows/Makefile	Wed Sep 11 12:57:13 2013	(r326973)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:  g-cows
-# Date created:        6 March 2006
-# Whom:                Andrea Sozzi <as@g-cows.org>
-#
+# Created by: Andrea Sozzi <as@g-cows.org>
 # $FreeBSD$
-#
 
 PORTNAME=	g-cows
-PORTVERSION=	1.9.1
+PORTVERSION=	1.12
 CATEGORIES=	www
-MASTER_SITES=	http://www.g-cows.org/download/1.9/
+MASTER_SITES=	http://www.g-cows.org/download/1.12/
 
 MAINTAINER=	as@g-cows.org
 COMMENT=	Scripting language for creation of web sites

Modified: head/www/g-cows/distinfo
==============================================================================
--- head/www/g-cows/distinfo	Wed Sep 11 12:48:07 2013	(r326972)
+++ head/www/g-cows/distinfo	Wed Sep 11 12:57:13 2013	(r326973)
@@ -1,2 +1,2 @@
-SHA256 (g-cows-1.9.1.tar.gz) = 889412f9d16a3161f53f4cff9baff8a9f0339ae5def5af8979bc821277d1aeb0
-SIZE (g-cows-1.9.1.tar.gz) = 181740
+SHA256 (g-cows-1.12.tar.gz) = 44b8b460b956cf2eef54187ce99989d948b94ca5fb23d87f6debae1101277559
+SIZE (g-cows-1.12.tar.gz) = 205424
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-09-11 13:57:24 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!