svn commit: r491242 - in head/graphics/ocrad: . files

Yuri Victorovich yuri at FreeBSD.org
Sat Jan 26 06:22:05 UTC 2019


Author: yuri
Date: Sat Jan 26 06:22:04 2019
New Revision: 491242
URL: https://svnweb.freebsd.org/changeset/ports/491242

Log:
  graphics/ocrad: Update 0.26 -> 0.27
  
  Reported by:	repology

Modified:
  head/graphics/ocrad/Makefile
  head/graphics/ocrad/distinfo
  head/graphics/ocrad/files/patch-Makefile.in

Modified: head/graphics/ocrad/Makefile
==============================================================================
--- head/graphics/ocrad/Makefile	Sat Jan 26 06:07:05 2019	(r491241)
+++ head/graphics/ocrad/Makefile	Sat Jan 26 06:22:04 2019	(r491242)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ocrad
-PORTVERSION=	0.26
-PORTREVISION=	1
+DISTVERSION=	0.27
 CATEGORIES=	graphics
 MASTER_SITES=	GNU
 EXTRACT_SUFX=	.tar.lz

Modified: head/graphics/ocrad/distinfo
==============================================================================
--- head/graphics/ocrad/distinfo	Sat Jan 26 06:07:05 2019	(r491241)
+++ head/graphics/ocrad/distinfo	Sat Jan 26 06:22:04 2019	(r491242)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493257467
-SHA256 (ocrad-0.26.tar.lz) = c383d37869baa0990d38d38836d4d567e9e2862aa0cd704868b62dafeac18e3c
-SIZE (ocrad-0.26.tar.lz) = 91450
+TIMESTAMP = 1548483477
+SHA256 (ocrad-0.27.tar.lz) = a9bfe67e9a040907aff5640dca56392476b6a89e48e37dc94ba846c5b6733b36
+SIZE (ocrad-0.27.tar.lz) = 91709

Modified: head/graphics/ocrad/files/patch-Makefile.in
==============================================================================
--- head/graphics/ocrad/files/patch-Makefile.in	Sat Jan 26 06:07:05 2019	(r491241)
+++ head/graphics/ocrad/files/patch-Makefile.in	Sat Jan 26 06:22:04 2019	(r491242)
@@ -1,4 +1,4 @@
---- Makefile.in.orig	2018-05-22 03:44:46 UTC
+--- Makefile.in.orig	2019-01-26 06:20:29 UTC
 +++ Makefile.in
 @@ -23,16 +23,16 @@ objs     = arg_parser.o main.o
           uninstall uninstall-bin uninstall-info uninstall-man \
@@ -8,7 +8,7 @@
 +all : $(progname) lib$(libname).so
  
 -lib$(libname).a: $(ocr_objs) $(lib_objs)
--	$(AR) -rcs $@ $(ocr_objs) $(lib_objs)
+-	$(AR) -crs $@ $(ocr_objs) $(lib_objs)
 +lib$(libname).so: $(ocr_objs) $(lib_objs)
 +	$(CXX) -shared -fPIC -o $@ $(ocr_objs) $(lib_objs)
  


More information about the svn-ports-all mailing list