Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 02:30:06 +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: r382791 - in head/graphics/apngdis: . files
Message-ID:  <201503310230.t2V2U6t9076328@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Mar 31 02:30:05 2015
New Revision: 382791
URL: https://svnweb.freebsd.org/changeset/ports/382791
QAT: https://qat.redports.org/buildarchive/r382791/

Log:
  - Update to 2.8

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

Modified: head/graphics/apngdis/Makefile
==============================================================================
--- head/graphics/apngdis/Makefile	Tue Mar 31 02:21:45 2015	(r382790)
+++ head/graphics/apngdis/Makefile	Tue Mar 31 02:30:05 2015	(r382791)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	apngdis
-PORTVERSION=	2.7
-PORTREVISION=	1
+PORTVERSION=	2.8
 DISTVERSIONSUFFIX=-src
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}

Modified: head/graphics/apngdis/distinfo
==============================================================================
--- head/graphics/apngdis/distinfo	Tue Mar 31 02:21:45 2015	(r382790)
+++ head/graphics/apngdis/distinfo	Tue Mar 31 02:30:05 2015	(r382791)
@@ -1,2 +1,2 @@
-SHA256 (apngdis-2.7-src.zip) = cce7470d1ec0c518655d63133931e16d01050033405b67220e94ca7b2b97920d
-SIZE (apngdis-2.7-src.zip) = 450869
+SHA256 (apngdis-2.8-src.zip) = 58f5082025f3e97d9072dfe3fbd3abc43252ee118a7463209b65d05b8fd71741
+SIZE (apngdis-2.8-src.zip) = 460138

Modified: head/graphics/apngdis/files/patch-Makefile
==============================================================================
--- head/graphics/apngdis/files/patch-Makefile	Tue Mar 31 02:21:45 2015	(r382790)
+++ head/graphics/apngdis/files/patch-Makefile	Tue Mar 31 02:30:05 2015	(r382791)
@@ -17,8 +17,8 @@
 +endif
  
  all :
--	$(CC) $(CFLAGS) $(CFLAGS_OPT) -o apngdis apngdis.cpp -s $(LIBS)
-+	$(CXX) $(CXXFLAGS) $(CPPFLAGS) -o apngdis apngdis.cpp -s $(LIBS) $(LDFLAGS)
+-	$(CC) $(CFLAGS) $(CFLAGS_OPT) -o $(PACKAGE) $(PACKAGE).cpp -s $(LIBS)
++	$(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $(PACKAGE) $(PACKAGE).cpp -s $(LIBS) $(LDFLAGS)
  
  .PHONY : clean
 



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