Skip to content
Permalink
Browse files

osslsigncode: add subport for osslsigncode-devel

  • Loading branch information
nano103 authored and mf2k committed Apr 25, 2019
1 parent b1eff88 commit 3e1ae0ffa752d851524c0b782011776231f4449a
Showing with 26 additions and 0 deletions.
  1. +16 −0 devel/osslsigncode/Portfile
  2. +10 −0 devel/osslsigncode/files/configure.ac.diff
@@ -36,3 +36,19 @@ depends_lib port:curl \
path:lib/libssl.dylib:openssl

livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}

subport osslsigncode-devel {
version 1.8-20150831
fetch.type git
git.url https://git.code.sf.net/p/osslsigncode/osslsigncode
git.branch e72a1937d1a13e87074e4584f012f13e03fc1d64
patchfiles configure.ac.diff
conflicts osslsigncode
depends_build port:pkgconfig \
port:autoconf \
port:automake

pre-configure {
system -W ${worksrcpath} "sh ./autogen.sh"
}
}
@@ -0,0 +1,10 @@
--- configure.ac.orig 2019-04-22 14:33:26.000000000 +0300
+++ configure.ac 2019-04-22 14:21:28.000000000 +0300
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)

-AC_INIT([osslsigncode], [1.7.1], [pallansson@gmail.com])
+AC_INIT([osslsigncode], [1.8], [pallansson@gmail.com])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE

0 comments on commit 3e1ae0f

Please sign in to comment.
You can’t perform that action at this time.