Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2017 00:08:53 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430180 - in head/graphics/apngasm: . files
Message-ID:  <201701010008.v0108rrU070243@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Jan  1 00:08:52 2017
New Revision: 430180
URL: https://svnweb.freebsd.org/changeset/ports/430180

Log:
  - Update to 2.91

Modified:
  head/graphics/apngasm/Makefile
  head/graphics/apngasm/distinfo
  head/graphics/apngasm/files/patch-Makefile

Modified: head/graphics/apngasm/Makefile
==============================================================================
--- head/graphics/apngasm/Makefile	Sun Jan  1 00:08:27 2017	(r430179)
+++ head/graphics/apngasm/Makefile	Sun Jan  1 00:08:52 2017	(r430180)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	apngasm
-PORTVERSION=	2.9
+PORTVERSION=	2.91
 DISTVERSIONSUFFIX=-src
-PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 

Modified: head/graphics/apngasm/distinfo
==============================================================================
--- head/graphics/apngasm/distinfo	Sun Jan  1 00:08:27 2017	(r430179)
+++ head/graphics/apngasm/distinfo	Sun Jan  1 00:08:52 2017	(r430180)
@@ -1,2 +1,3 @@
-SHA256 (apngasm-2.9-src.zip) = 5dfd34c9a560da81f91d37b891e23761c74659fe36e04ab2a46696562a9ed876
-SIZE (apngasm-2.9-src.zip) = 573944
+TIMESTAMP = 1482071398
+SHA256 (apngasm-2.91-src.zip) = 4534b82a7339a0fa250f13445ad6e83fe878db5f3223b8276339581e7344a987
+SIZE (apngasm-2.91-src.zip) = 597267

Modified: head/graphics/apngasm/files/patch-Makefile
==============================================================================
--- head/graphics/apngasm/files/patch-Makefile	Sun Jan  1 00:08:27 2017	(r430179)
+++ head/graphics/apngasm/files/patch-Makefile	Sun Jan  1 00:08:52 2017	(r430180)
@@ -1,18 +1,18 @@
---- ./Makefile.orig	2013-12-18 15:23:41.000000000 -0200
-+++ ./Makefile	2013-12-18 15:23:54.000000000 -0200
+--- Makefile.orig	2016-12-31 16:31:37 UTC
++++ Makefile
 @@ -1,10 +1,18 @@
  PACKAGE    = apngasm
 -CC         = gcc
 -SRC_DIRS   = . 7z zopfli
--CFLAGS     = -Wall -pedantic
+-CFLAGS     = -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI
 -CFLAGS_OPT = -O2
 -CFLAGS_7Z  = -Wno-sign-compare -Wno-reorder -Wno-maybe-uninitialized -Wno-parentheses
 -LIBS       = -lstdc++ -lm -lpng -lz
 +CC        ?= cc
 +CXX       ?= c++
 +SRC_DIRS   = . 7z
-+CFLAGS    += -Wall -pedantic
-+CXXFLAGS  += -Wall -pedantic
++CFLAGS    += -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI
++CXXFLAGS  += -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI
 +CPPFLAGS  += $(shell libpng-config --cflags)
 +CFLAGS_7Z  = -Wno-sign-compare -Wno-reorder -Wno-parentheses
 +ifeq ($(strip $(STATIC)),)
@@ -25,7 +25,7 @@
  
  INCUDE_DIRS := $(addprefix -I./, $(SRC_DIRS))
  OBJ_DIRS := $(addprefix obj/, $(SRC_DIRS))
-@@ -16,19 +23,19 @@
+@@ -16,19 +24,19 @@ OBJECTS := $(OBJECTS:.cpp=.o)
  all : $(PACKAGE)
  
  $(PACKAGE) : objdirs $(OBJECTS)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701010008.v0108rrU070243>