View | Details | Raw Unified | Return to bug 243575
Collapse All | Expand All

(-)b/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/graphics/pinta/Makefile 520607 2019-12-22 08:30:24Z koobs $
2
# $FreeBSD: head/graphics/pinta/Makefile 520607 2019-12-22 08:30:24Z koobs $
3
3
4
PORTNAME=	pinta
4
PORTNAME=	pinta
5
PORTVERSION=	1.5
5
PORTVERSION=	1.6
6
CATEGORIES=	graphics
6
CATEGORIES=	graphics
7
MASTER_SITES=	https://github.com/PintaProject/Pinta/releases/download/${PORTVERSION}/
7
MASTER_SITES=	https://github.com/PintaProject/Pinta/releases/download/${PORTVERSION}/
8
8
(-)b/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1573996717
1
TIMESTAMP = 1579897158
2
SHA256 (pinta-1.5.tar.gz) = e8f902c3d196cd17a94e7c8c58e929d3cf03812444355efe5db79c129ee472a7
2
SHA256 (pinta-1.6.tar.gz) = f1ea9e95f1051b92c8d8b6f622dfb77bd26254a165a836ec179aae10eb99d881
3
SIZE (pinta-1.5.tar.gz) = 1298484
3
SIZE (pinta-1.6.tar.gz) = 1444709
(-)b/files/patch-Pinta.Core.csproj (+19 lines)
Added Link Here
1
--- Pinta.Core/Pinta.Core.csproj.orig	2015-03-01 23:14:37.000000000 +0100
2
+++ Pinta.Core/Pinta.Core.csproj	2016-05-03 14:55:10.520317126 +0200
3
@@ -1,6 +1,6 @@
4
 <?xml version="1.0" encoding="utf-8"?>
5
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
6
-  <PropertyGroup>
7
+  <PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
8
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
     <ProductVersion>9.0.30729</ProductVersion>
11
@@ -55,7 +55,7 @@
12
     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
13
   </PropertyGroup>
14
   <ItemGroup>
15
-    <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
16
+    <Reference Include="Mono.Posix" />
17
     <Reference Include="System" />
18
     <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
19
     <Reference Include="System.Core" />
(-)b/files/patch-Pinta.Effects.csproj (+28 lines)
Added Link Here
1
--- Pinta.Effects/Pinta.Effects.csproj.orig	2015-03-01 23:14:37.000000000 +0100
2
+++ Pinta.Effects/Pinta.Effects.csproj	2016-05-03 14:55:10.526317126 +0200
3
@@ -1,6 +1,6 @@
4
 <?xml version="1.0" encoding="utf-8"?>
5
 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6
-  <PropertyGroup>
7
+  <PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
8
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
     <ProductVersion>9.0.30729</ProductVersion>
11
@@ -10,7 +10,7 @@
12
     <AppDesignerFolder>Properties</AppDesignerFolder>
13
     <RootNamespace>Pinta.Effects</RootNamespace>
14
     <AssemblyName>Pinta.Effects</AssemblyName>
15
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16
+    
17
     <FileAlignment>512</FileAlignment>
18
     <FileUpgradeFlags>
19
     </FileUpgradeFlags>
20
@@ -58,7 +58,7 @@
21
     <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
22
     <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
23
     <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
24
-    <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
25
+    <Reference Include="Mono.Posix" />
26
     <Reference Include="System" />
27
     <Reference Include="System.Core">
28
     </Reference>
(-)b/files/patch-Pinta.Gui.Widgets.csproj (+28 lines)
Added Link Here
1
--- Pinta.Gui.Widgets/Pinta.Gui.Widgets.csproj.orig	2015-03-01 23:14:37.000000000 +0100
2
+++ Pinta.Gui.Widgets/Pinta.Gui.Widgets.csproj	2016-05-03 14:55:10.535317126 +0200
3
@@ -1,6 +1,6 @@
4
 <?xml version="1.0" encoding="utf-8"?>
5
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
6
-  <PropertyGroup>
7
+  <PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
8
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
     <ProductVersion>9.0.30729</ProductVersion>
11
@@ -9,7 +9,7 @@
12
     <OutputType>Library</OutputType>
13
     <RootNamespace>Pinta.Gui.Widgets</RootNamespace>
14
     <AssemblyName>Pinta.Gui.Widgets</AssemblyName>
15
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16
+    
17
     <CodePage>65001</CodePage>
18
     <FileUpgradeFlags>
19
     </FileUpgradeFlags>
20
@@ -54,7 +54,7 @@
21
     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
22
   </PropertyGroup>
23
   <ItemGroup>
24
-    <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
25
+    <Reference Include="Mono.Posix" />
26
     <Reference Include="System" />
27
     <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
28
     <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
(-)b/files/patch-Pinta.Install.proj (+13 lines)
Added Link Here
1
--- Pinta.Install.proj.orig	2015-03-01 23:14:37.000000000 +0100
2
+++ Pinta.Install.proj	2016-05-03 14:55:10.530317126 +0200
3
@@ -1,8 +1,8 @@
4
 <?xml version="1.0" encoding="utf-8"?>
5
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
6
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
7
 
8
   <!-- Set some paths -->
9
-  <PropertyGroup>
10
+  <PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11
     <OutputPath>bin</OutputPath>
12
     <InstallPrefix>/usr/local</InstallPrefix>
13
     <BinDir>/usr/local/bin</BinDir>
(-)b/files/patch-Pinta.Resources.csproj (+10 lines)
Added Link Here
1
--- Pinta.Resources/Pinta.Resources.csproj.orig	2015-03-01 23:14:37.000000000 +0100
2
+++ Pinta.Resources/Pinta.Resources.csproj	2016-05-03 14:55:10.511317126 +0200
3
@@ -1,6 +1,6 @@
4
 <?xml version="1.0" encoding="utf-8"?>
5
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
6
-  <PropertyGroup>
7
+  <PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
8
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
     <ProductVersion>9.0.30729</ProductVersion>
(-)b/files/patch-Pinta.Tools.csproj (+28 lines)
Added Link Here
1
--- Pinta.Tools/Pinta.Tools.csproj.orig	2015-03-01 23:14:37.000000000 +0100
2
+++ Pinta.Tools/Pinta.Tools.csproj	2016-05-03 14:55:10.539317126 +0200
3
@@ -1,6 +1,6 @@
4
 <?xml version="1.0" encoding="utf-8"?>
5
 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6
-  <PropertyGroup>
7
+  <PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
8
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
     <ProductVersion>9.0.30729</ProductVersion>
11
@@ -10,7 +10,7 @@
12
     <AppDesignerFolder>Properties</AppDesignerFolder>
13
     <RootNamespace>Pinta.Tools</RootNamespace>
14
     <AssemblyName>Pinta.Tools</AssemblyName>
15
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16
+    
17
     <FileAlignment>512</FileAlignment>
18
     <FileUpgradeFlags>
19
     </FileUpgradeFlags>
20
@@ -54,7 +54,7 @@
21
     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
22
   </PropertyGroup>
23
   <ItemGroup>
24
-    <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
25
+    <Reference Include="Mono.Posix" />
26
     <Reference Include="System" />
27
     <Reference Include="System.Core" />
28
     <Reference Include="System.Xml" />
(-)b/files/patch-Pinta.csproj (+27 lines)
Added Link Here
1
--- Pinta/Pinta.csproj.orig	2015-03-01 23:14:37.000000000 +0100
2
+++ Pinta/Pinta.csproj	2016-05-03 14:55:10.543317126 +0200
3
@@ -1,6 +1,6 @@
4
 <?xml version="1.0" encoding="utf-8"?>
5
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
6
-  <PropertyGroup>
7
+  <PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
8
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
     <ProductVersion>9.0.30729</ProductVersion>
11
@@ -73,14 +73,14 @@
12
     <Optimize>false</Optimize>
13
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
14
   </PropertyGroup>
15
-  <PropertyGroup>
16
+  <PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
17
     <ApplicationIcon>Pinta.ico</ApplicationIcon>
18
   </PropertyGroup>
19
   <ItemGroup>
20
     <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
21
       <Package>gtk-sharp-2.0</Package>
22
     </Reference>
23
-    <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
24
+    <Reference Include="Mono.Posix" />
25
     <Reference Include="System" />
26
     <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
27
       <Package>gtk-sharp-2.0</Package>
(-)b/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Pinta is a drawing/editing program modeled after Paint.NET. Its goal is to
1
Pinta is a drawing/editing program modeled after Paint.NET. Its goal is to
2
provide a simplified alternative to GIMP for casual users.
2
provide a simplified alternative to GIMP for casual users.
3
3
4
WWW: http://pinta-project.com/
4
WWW: https://pinta-project.com/

Return to bug 243575