mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- Update to 2.1.4
- Switch to USES=localbase PR: 216361 Submitted by: freebsd-ports@dan.me.uk Approved by: toyokun@gmail.com (maintainer)
This commit is contained in:
parent
d668e0b3f4
commit
585db4b83e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432783
@ -1,9 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aprsc
|
||||
PORTVERSION= 2.0.19
|
||||
PORTREVISION= 0
|
||||
DISTVERSIONSUFFIX= .g05a4d35
|
||||
PORTVERSION= 2.1.4
|
||||
DISTVERSIONSUFFIX= .g408ed49
|
||||
CATEGORIES= net hamradio
|
||||
MASTER_SITES= http://he.fi/aprsc/down/ \
|
||||
LOCAL/db
|
||||
@ -16,13 +15,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
GNU_CONFIGURE= yes
|
||||
USES= perl5 gmake shebangfix
|
||||
USES= localbase:ldflags ssl perl5 gmake shebangfix
|
||||
SHEBANG_FILES= aprsc_munin
|
||||
|
||||
CONFIGURE_ARGS= --with-openssl
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (aprsc-2.0.19.g05a4d35.tar.gz) = 9590171af41324e98222010d64dbf98ca584ef416be5152fede24935299addd1
|
||||
SIZE (aprsc-2.0.19.g05a4d35.tar.gz) = 1113738
|
||||
TIMESTAMP = 1485028042
|
||||
SHA256 (aprsc-2.1.4.g408ed49.tar.gz) = 85572232b4702b46eccbd646e4b0ad0b7535fb1788501b31a4ad45b0eb5ac8a3
|
||||
SIZE (aprsc-2.1.4.g408ed49.tar.gz) = 1649598
|
||||
|
@ -1,12 +1,12 @@
|
||||
--- web/index.html.orig 2016-03-14 22:37:05 UTC
|
||||
+++ web/index.html
|
||||
@@ -61,8 +61,7 @@
|
||||
|
||||
<div id='ttip' class='ttip' style='display: none;'></div>
|
||||
|
||||
--- web/index.html.orig 2017-01-21 19:58:24.223151000 +0000
|
||||
+++ web/index.html 2017-01-21 19:58:49.601855000 +0000
|
||||
@@ -284,8 +284,7 @@
|
||||
{{ sel_c.cert_issuer }}
|
||||
</p>
|
||||
</script>
|
||||
-
|
||||
-<script type='text/JavaScript' src='jquery.min.js'></script>
|
||||
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
|
||||
<script type='text/JavaScript' src='jquery.flot.min.js'></script>
|
||||
<script type='text/JavaScript' src='jquery.flot.time.min.js'></script>
|
||||
<script type='text/JavaScript' src='jquery.flot.selection.min.js'></script>
|
||||
<script type='text/JavaScript' src='aprsc.js'></script>
|
||||
|
@ -1,14 +1,31 @@
|
||||
%%ETCDIR%%/web/angular-translate-loader-url.min.js
|
||||
%%ETCDIR%%/web/angular-translate.min.js
|
||||
%%ETCDIR%%/web/angular.min.js
|
||||
%%ETCDIR%%/web/aprsc.css
|
||||
%%ETCDIR%%/web/aprsc.js
|
||||
%%ETCDIR%%/web/index.html
|
||||
%%ETCDIR%%/web/favicon.ico
|
||||
%%ETCDIR%%/web/aprsc-logo.png
|
||||
%%ETCDIR%%/web/aprsc-graph.js
|
||||
%%ETCDIR%%/web/aprsc-joulukissa.jpg
|
||||
%%ETCDIR%%/web/aprsc-logo4.png
|
||||
%%ETCDIR%%/web/aprsc-logo4@2x.png
|
||||
%%ETCDIR%%/web/bootstrap.min.css
|
||||
%%ETCDIR%%/web/excanvas.min.js
|
||||
%%ETCDIR%%/web/favicon.ico
|
||||
%%ETCDIR%%/web/glyphicons-halflings-regular.eot
|
||||
%%ETCDIR%%/web/glyphicons-halflings-regular.ttf
|
||||
%%ETCDIR%%/web/glyphicons-halflings-regular.woff
|
||||
%%ETCDIR%%/web/glyphicons-halflings-regular.woff2
|
||||
%%ETCDIR%%/web/index.html
|
||||
%%ETCDIR%%/web/jquery.min.js
|
||||
%%ETCDIR%%/web/jquery.flot.min.js
|
||||
%%ETCDIR%%/web/jquery.flot.resize.min.js
|
||||
%%ETCDIR%%/web/jquery.flot.selection.min.js
|
||||
@sample etc/aprsc/aprsc.conf.sample
|
||||
%%ETCDIR%%/web/jquery.flot.time.min.js
|
||||
%%ETCDIR%%/web/ngDialog-theme-plain.min.css
|
||||
%%ETCDIR%%/web/ngDialog.min.css
|
||||
%%ETCDIR%%/web/ngDialog.min.js
|
||||
%%ETCDIR%%/web/strings-en.json
|
||||
%%ETCDIR%%/web/strings-fi.json
|
||||
@sample %%ETCDIR%%/aprsc.conf.sample
|
||||
man/man8/aprsc.8.gz
|
||||
sbin/aprsc
|
||||
sbin/aprsc_munin
|
||||
|
Loading…
Reference in New Issue
Block a user