Bug 181812 - [MAINTAINER] cad/repsnapper: update to 2.2.0b3
Summary: [MAINTAINER] cad/repsnapper: update to 2.2.0b3
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-04 15:30 UTC by martin.dieringer
Modified: 2013-09-04 16:50 UTC (History)
0 users

See Also:


Attachments
repsnapper-2.2.0b3.patch (2.67 KB, patch)
2013-09-04 15:30 UTC, martin.dieringer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description martin.dieringer 2013-09-04 15:30:00 UTC
- Update to 2.2.0b3
  Fix gtkglextmm LIB_DEPENDS

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-04 15:36:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski 2013-09-04 15:36:35 UTC
Hi,

Please revert all changes to LIB_DEPENDS, this is the new format,
change only the wrong library.

Thanks

-- 
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil
Comment 3 martin.dieringer 2013-09-04 16:33:50 UTC
I thought it was the other way around. 
It does not work here with lib...so


On Wed, 4 Sep 2013, William Grzybowski wrote:

> Hi,
> 
> Please revert all changes to LIB_DEPENDS, this is the new format,
> change only the wrong library.
> 
> Thanks
> 
>
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-09-04 16:40:00 UTC
Author: wg
Date: Wed Sep  4 15:39:52 2013
New Revision: 326288
URL: http://svnweb.freebsd.org/changeset/ports/326288

Log:
  cad/repsnapper: update to 2.2.0b3
  
  - Update to 2.2.0b3 [1]
  - Fix gtkglextmm depend
  
  PR:		ports/181812 [1]
  Submitted by:	Martin Dieringer <martin.dieringer gmx.de> (maintainer)

Modified:
  head/cad/repsnapper/Makefile
  head/cad/repsnapper/distinfo

Modified: head/cad/repsnapper/Makefile
==============================================================================
--- head/cad/repsnapper/Makefile	Wed Sep  4 15:31:58 2013	(r326287)
+++ head/cad/repsnapper/Makefile	Wed Sep  4 15:39:52 2013	(r326288)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	repsnapper
-PORTVERSION=	2.2.0b2
+PORTVERSION=	2.2.0b3
 CATEGORIES=	cad
 MASTER_SITES=	https://codeload.github.com/timschmidt/repsnapper/tar.gz/
 DISTNAME=	${PORTVERSION}
@@ -16,7 +16,7 @@ LICENSE=	GPLv2 BSD MIT
 LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
-LIB_DEPENDS=	libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \
+LIB_DEPENDS=	libgtkglextmm-x11-1.2.so:${PORTSDIR}/x11-toolkits/gtkglextmm \
 		libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
 		libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
 		libcairomm-1.0.so:${PORTSDIR}/graphics/cairomm \

Modified: head/cad/repsnapper/distinfo
==============================================================================
--- head/cad/repsnapper/distinfo	Wed Sep  4 15:31:58 2013	(r326287)
+++ head/cad/repsnapper/distinfo	Wed Sep  4 15:39:52 2013	(r326288)
@@ -1,2 +1,2 @@
-SHA256 (repsnapper/2.2.0b2) = 1eee6988993cdb03fc612b124f661b28fc15616d66794ddbe05cab47c81132dc
-SIZE (repsnapper/2.2.0b2) = 1313525
+SHA256 (repsnapper/2.2.0b3) = 2f55ce6bc19bba84bb6dbcda12f6546fa306fa163527d009ea8d730b85d80513
+SIZE (repsnapper/2.2.0b3) = 1314244
_______________________________________________
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 5 William Grzybowski freebsd_committer freebsd_triage 2013-09-04 16:40:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!