From owner-svn-ports-all@freebsd.org Thu Oct 1 22:24:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9163A0D115; Thu, 1 Oct 2015 22:24:02 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D569F1D10; Thu, 1 Oct 2015 22:24:02 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t91MO2PY031481; Thu, 1 Oct 2015 22:24:02 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t91MO1W0031474; Thu, 1 Oct 2015 22:24:01 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201510012224.t91MO1W0031474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 1 Oct 2015 22:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398393 - in head/devel/gpsim: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 22:24:03 -0000 Author: pawel Date: Thu Oct 1 22:24:01 2015 New Revision: 398393 URL: https://svnweb.freebsd.org/changeset/ports/398393 Log: - Update to version 0.29.0 [1] - Simplify MASTER_SITES [1] - Use option helper for desktop entry PR: 202845 [1] Submitted by: tkato432@yahoo.com [1] Added: head/devel/gpsim/files/ head/devel/gpsim/files/patch-modules__logic.cc (contents, props changed) Modified: head/devel/gpsim/Makefile head/devel/gpsim/distinfo head/devel/gpsim/pkg-plist Modified: head/devel/gpsim/Makefile ============================================================================== --- head/devel/gpsim/Makefile Thu Oct 1 22:07:23 2015 (r398392) +++ head/devel/gpsim/Makefile Thu Oct 1 22:24:01 2015 (r398393) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= gpsim -PORTVERSION= 0.28.1 +PORTVERSION= 0.29.0 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.0 +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Software simulator for Microchip PIC microcontrollers @@ -32,12 +32,7 @@ OPTIONS_SUB= yes GTK2_LIB_DEPENDS= libgtkextra-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtkextra2 GTK2_USE= gnome=gtk20 GTK2_CONFIGURE_ENABLE= gui - -.include - -.if ${PORT_OPTIONS:MGTK2} -DESKTOP_ENTRIES="GPSim" "" "" "gpsim" "Development;GTK;" "" -.endif +GTK2_DESKTOP_ENTRIES= "GPSim" "" "" "gpsim" "Development;GTK;" "" post-patch: .for i in gpsim/Makefile.in modules/Makefile.in Modified: head/devel/gpsim/distinfo ============================================================================== --- head/devel/gpsim/distinfo Thu Oct 1 22:07:23 2015 (r398392) +++ head/devel/gpsim/distinfo Thu Oct 1 22:24:01 2015 (r398393) @@ -1,2 +1,2 @@ -SHA256 (gpsim-0.28.1.tar.gz) = d8d41fb530630e6df31db89a0ca630038395aed4d07c48859655468ed25658ed -SIZE (gpsim-0.28.1.tar.gz) = 3206451 +SHA256 (gpsim-0.29.0.tar.gz) = 9ed078038da80dab117e803467d3df3818fa84af7a4a289aaac295913a30615d +SIZE (gpsim-0.29.0.tar.gz) = 3301050 Added: head/devel/gpsim/files/patch-modules__logic.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gpsim/files/patch-modules__logic.cc Thu Oct 1 22:24:01 2015 (r398393) @@ -0,0 +1,13 @@ +--- modules/logic.cc.orig 2015-06-11 02:17:18 UTC ++++ modules/logic.cc +@@ -269,8 +269,10 @@ LogicGate::LogicGate(const char *name, c + + LogicGate::~LogicGate() + { ++#ifdef HAVE_GUI + if (pixbuf) + g_object_unref(pixbuf); ++#endif + } + + //-------------------------------------------------------------- Modified: head/devel/gpsim/pkg-plist ============================================================================== --- head/devel/gpsim/pkg-plist Thu Oct 1 22:07:23 2015 (r398392) +++ head/devel/gpsim/pkg-plist Thu Oct 1 22:24:01 2015 (r398393) @@ -25,6 +25,7 @@ include/gpsim/cmd_gpsim.h include/gpsim/cmd_manager.h include/gpsim/cod.h include/gpsim/comparator.h +include/gpsim/ctmu.h include/gpsim/eeprom.h include/gpsim/errors.h include/gpsim/exports.h @@ -116,6 +117,10 @@ lib/libgpsim_graphicLCD.a lib/libgpsim_graphicLCD.so lib/libgpsim_graphicLCD.so.0 lib/libgpsim_graphicLCD.so.0.0.0 +lib/libgpsim_i2c2par.a +lib/libgpsim_i2c2par.so +lib/libgpsim_i2c2par.so.0 +lib/libgpsim_i2c2par.so.0.0.0 lib/libgpsim_lcd.a lib/libgpsim_lcd.so lib/libgpsim_lcd.so.0