mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- update to 10.35.85
This commit is contained in:
parent
fe8d74b25a
commit
6265f069f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299819
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= netpbm
|
||||
PORTVERSION= 10.35.84
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 10.35.85
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/netpbm/super_stable/${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (netpbm-10.35.84.tgz) = 8b46c199a759297a6e2a75e61ec60a0b0b87d23a0eeeefb069da94165f83a0af
|
||||
SIZE (netpbm-10.35.84.tgz) = 2547917
|
||||
SHA256 (netpbm-10.35.85.tgz) = 393834df6b2d7a8e62a9b1ec7ac56b48e82b3192503d2e3956373181fcc365e5
|
||||
SIZE (netpbm-10.35.85.tgz) = 2550287
|
||||
|
@ -1,15 +1,15 @@
|
||||
--- ./Makefile.common.orig 2006-11-13 05:14:19.000000000 +0100
|
||||
+++ ./Makefile.common 2011-05-10 15:44:47.000000000 +0200
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
include $(SRCDIR)/Makefile.version
|
||||
|
||||
--- Makefile.common.orig 2012-06-21 22:40:36.000000000 +0200
|
||||
+++ Makefile.common 2012-06-23 16:48:15.000000000 +0200
|
||||
@@ -77,7 +77,7 @@
|
||||
# because $(INCLUDES) also contains -I's for some local directories, which
|
||||
# must go before -I importinc. It is too complex for the Super Stable series.
|
||||
#
|
||||
-INCLUDES2 := $(INCLUDES) -I$(SRCDIR)/$(SUBDIR) -I. -I importinc
|
||||
+INCLUDES2 := $(PREINCLUDES) -I$(SRCDIR)/$(SUBDIR) -I. -Iimportinc $(INCLUDES)
|
||||
|
||||
ifeq ($(NETPBMLIBTYPE),unixstatic)
|
||||
NETPBMLIBFNAME = libnetpbm.$(STATICLIBSUFFIX)
|
||||
@@ -408,19 +408,19 @@
|
||||
@@ -417,19 +417,19 @@
|
||||
INSTALLBIN_TARGETS = $(BINARIES:%=%_installbin) netpbm_installbin
|
||||
.PHONY: $(INSTALLBIN_TARGETS)
|
||||
$(INSTALLBIN_TARGETS): $(PKGDIR)/bin
|
||||
|
Loading…
Reference in New Issue
Block a user