diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-01-26 06:22:04 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-01-26 06:22:04 +0000 |
commit | f57dd788dfc2081e63e10b510b8b3fb49bd5fac9 (patch) | |
tree | fe2ece8067855b2e17d8f3905a28fac07b3d0670 /graphics/ocrad | |
parent | math/gau2grid: Update 1.3.0 -> 1.3.1 (diff) |
graphics/ocrad: Update 0.26 -> 0.27
Reported by: repology
Notes
Notes:
svn path=/head/; revision=491242
Diffstat (limited to 'graphics/ocrad')
-rw-r--r-- | graphics/ocrad/Makefile | 3 | ||||
-rw-r--r-- | graphics/ocrad/distinfo | 6 | ||||
-rw-r--r-- | graphics/ocrad/files/patch-Makefile.in | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/graphics/ocrad/Makefile b/graphics/ocrad/Makefile index ae415e2e553c..0d25643db7b3 100644 --- a/graphics/ocrad/Makefile +++ b/graphics/ocrad/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ocrad -PORTVERSION= 0.26 -PORTREVISION= 1 +DISTVERSION= 0.27 CATEGORIES= graphics MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz diff --git a/graphics/ocrad/distinfo b/graphics/ocrad/distinfo index 48dada9dad69..524af5baea55 100644 --- a/graphics/ocrad/distinfo +++ b/graphics/ocrad/distinfo @@ -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 diff --git a/graphics/ocrad/files/patch-Makefile.in b/graphics/ocrad/files/patch-Makefile.in index 23a3ac19c8ba..4daf1543f2e3 100644 --- a/graphics/ocrad/files/patch-Makefile.in +++ b/graphics/ocrad/files/patch-Makefile.in @@ -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) |