Bug 182472 - [PATCH] devel/gitg: update to 0.2.7
Summary: [PATCH] devel/gitg: update to 0.2.7
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-29 00:00 UTC by Sergey Brunov
Modified: 2013-10-16 03:30 UTC (History)
1 user (show)

See Also:


Attachments
gitg-0.2.7.patch (888 bytes, patch)
2013-09-29 00:00 UTC, Sergey Brunov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Brunov 2013-09-29 00:00:01 UTC
- Update to 0.2.7
Corrected to use dirrmtry.

Port maintainer (amdmi3@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-29 00:00:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2013-10-16 03:26:45 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-16 03:26:48 UTC
Author: amdmi3
Date: Wed Oct 16 02:26:40 2013
New Revision: 330469
URL: http://svnweb.freebsd.org/changeset/ports/330469

Log:
  - Update to 0.2.7
  
  PR:		182472
  Submitted by:	Sergey Brunov <sergey.v.brunov@gmail.com>

Modified:
  head/devel/gitg/Makefile
  head/devel/gitg/distinfo
  head/devel/gitg/pkg-descr

Modified: head/devel/gitg/Makefile
==============================================================================
--- head/devel/gitg/Makefile	Wed Oct 16 01:10:29 2013	(r330468)
+++ head/devel/gitg/Makefile	Wed Oct 16 02:26:40 2013	(r330469)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitg
-PORTVERSION=	0.2.5
+PORTVERSION=	0.2.7
 CATEGORIES=	devel deskutils gnome
 MASTER_SITES=	GNOME
 
@@ -16,10 +16,11 @@ BUILD_DEPENDS=	gsettings-desktop-schemas
 RUN_DEPENDS=	gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
 		git>=1.7.0.2:${PORTSDIR}/devel/git
 
-USE_BZIP2=	yes
+USE_XZ=		yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules \
-		--disable-maintainer-mode
+		--disable-maintainer-mode \
+		--enable-compile-warnings=no
 USE_GNOME=	glib20 gtk30 gtksourceview3
 USES=		gettext gmake pkgconfig pathfix
 

Modified: head/devel/gitg/distinfo
==============================================================================
--- head/devel/gitg/distinfo	Wed Oct 16 01:10:29 2013	(r330468)
+++ head/devel/gitg/distinfo	Wed Oct 16 02:26:40 2013	(r330469)
@@ -1,2 +1,2 @@
-SHA256 (gitg-0.2.5.tar.bz2) = 84b159fc77901767772d5c9ff3e0dec67d9e51bc12ab1e461b8a16deea8bfb68
-SIZE (gitg-0.2.5.tar.bz2) = 623306
+SHA256 (gitg-0.2.7.tar.xz) = c07fc4fc6cef31a06f0b9daa2ed23a5d0f6cb0a10a728324970675fc7001d095
+SIZE (gitg-0.2.7.tar.xz) = 528904

Modified: head/devel/gitg/pkg-descr
==============================================================================
--- head/devel/gitg/pkg-descr	Wed Oct 16 01:10:29 2013	(r330468)
+++ head/devel/gitg/pkg-descr	Wed Oct 16 02:26:40 2013	(r330469)
@@ -6,4 +6,4 @@ representation of data and actions. It c
  * Show colorized diff of changes in revisions
  * Handles extremely large projects very well
 
-WWW: http://trac.novowork.com/gitg/wiki
+WWW: https://wiki.gnome.org/Gitg
_______________________________________________
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"