Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Nov 11, 2016
1 parent fdce31c commit 334ab1c
Show file tree
Hide file tree
Showing 91 changed files with 379 additions and 926 deletions.
2 changes: 1 addition & 1 deletion benchmarks/stress-ng/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= stress-ng
PORTVERSION= 0.07.00
PORTVERSION= 0.07.02
CATEGORIES= benchmarks
MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/

Expand Down
6 changes: 3 additions & 3 deletions benchmarks/stress-ng/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1476778500
SHA256 (stress-ng-0.07.00.tar.gz) = d57a2d510b9086f7c6557c05ca5b7b247bf74f03650e284c15a78e5b0cdca319
SIZE (stress-ng-0.07.00.tar.gz) = 341086
TIMESTAMP = 1478684146
SHA256 (stress-ng-0.07.02.tar.gz) = 8b9cf270bd0288e23d93d2b41f76c94f9af989f5fede1432f2b1e49f9eda6f7f
SIZE (stress-ng-0.07.02.tar.gz) = 343763
8 changes: 5 additions & 3 deletions biology/bwa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ USE_PERL5= run

PLIST_FILES= bin/bwa bin/qualfa2fq.pl bin/xa2multi.pl man/man1/bwa.1.gz

.include <bsd.port.pre.mk>

.if ${ARCH} == amd64 || ${ARCH} == i386
# Avoid #error in emmintrin.h
CFLAGS+= -msse2

BROKEN_powerpc64= Does not build on powerpc64
.endif

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bwa ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1

.include <bsd.port.mk>
.include <bsd.port.post.mk>
2 changes: 1 addition & 1 deletion biology/seqtools/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= seqtools
PORTVERSION= 4.43.0
PORTVERSION= 4.44.1
CATEGORIES= biology
MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/

Expand Down
6 changes: 3 additions & 3 deletions biology/seqtools/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1469510431
SHA256 (seqtools-4.43.0.tar.gz) = 01861098451eab001d49a039e60ddc6df22a61a7472924c850942ffdae396c8b
SIZE (seqtools-4.43.0.tar.gz) = 6862548
TIMESTAMP = 1478810582
SHA256 (seqtools-4.44.1.tar.gz) = 0e1dd7087d1180e434f0ea1aac21b8dfb5261195581ec3ba012abf0d1e39daa9
SIZE (seqtools-4.44.1.tar.gz) = 6922888
10 changes: 10 additions & 0 deletions biology/seqtools/files/patch-gbtools_src_blatSrc_lib_gff3.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- gbtools/src/blatSrc/lib/gff3.c.orig 2016-11-10 21:14:27 UTC
+++ gbtools/src/blatSrc/lib/gff3.c
@@ -7,6 +7,7 @@
/* Copyright (C) 2014 The Regents of the University of California
* See README in this or parent directory for licensing information. */
#include "common.h"
+#include "dnaseq.h"
#include "gff3.h"
#include <limits.h>
#include "errAbort.h"
2 changes: 1 addition & 1 deletion cad/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
SUBDIR += p5-Verilog-Perl
SUBDIR += pcb
SUBDIR += pdnmesh
SUBDIR += py-gdsii
SUBDIR += py-gdspy
SUBDIR += py-lcapy
SUBDIR += py-pycam
SUBDIR += python-gdsii
SUBDIR += pythoncad
SUBDIR += qcad
SUBDIR += qelectrotech
Expand Down
2 changes: 2 additions & 0 deletions cad/jspice3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ MASTER_SITES= http://www.wrcad.com/ftp/pub/
MAINTAINER= [email protected]
COMMENT= Adaptation of the Berkeley Spice3f4 with superconductivity

BROKEN_aarch64= Fails to link jspice3

CONFLICTS= spice-[0-9]*

OPTIONS_DEFINE= X11 EXAMPLES
Expand Down
2 changes: 2 additions & 0 deletions cad/meshlab/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ EXTRACT_DEPENDS=gtar:archivers/gtar
LIB_DEPENDS= libQtSolutions_SOAP-head.so:devel/qt4-qtsolutions-soap \
libmpir.so:math/mpir

BROKEN_aarch64= Fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char

USES= dos2unix qmake compiler:c++11-lib tar:tgz
USE_CXXSTD= c++11
USE_GL= glew glu
Expand Down
5 changes: 2 additions & 3 deletions cad/py-gdsii/Makefile → cad/python-gdsii/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# $FreeBSD$

PORTNAME= gdsii
PORTNAME= python-gdsii
PORTVERSION= 0.2.1
CATEGORIES= cad python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}

MAINTAINER= [email protected]
COMMENT= GDSII manipulation libaray
COMMENT= GDSII manipulation library

LICENSE= LGPL3

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions cad/sp2sp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2

BROKEN_aarch64= Fails to configure: PKG_PROG_PKG_CONFIG: not found

USES= autoreconf gettext-runtime pkgconfig
USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20
GNU_CONFIGURE= yes
Expand Down
2 changes: 2 additions & 0 deletions cad/spice/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT

EXTRACT_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip

BROKEN_aarch64= Fails to link: missing sbrk

WRKSRC= ${WRKDIR}/${PORTNAME}3f5
MAKEFILE= ${FILESDIR}/Makefile
CONFIGURE_ENV= CONFIGFILE="${CONFIGFILE}" \
Expand Down
2 changes: 1 addition & 1 deletion databases/cego/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= cego
PORTVERSION= 2.31.0
PORTVERSION= 2.31.1
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

Expand Down
6 changes: 3 additions & 3 deletions databases/cego/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1473412204
SHA256 (cego-2.31.0.tar.gz) = c035cfa6670f375a85e0bf8d4a92d34563ea42a41afeaca460c075b2bd1b1143
SIZE (cego-2.31.0.tar.gz) = 1402385
TIMESTAMP = 1478808710
SHA256 (cego-2.31.1.tar.gz) = dd07b1a09d7a1a3693c7a5a2602c2b9c6985b2247eacb3fd596d5ad55ecc8d5e
SIZE (cego-2.31.1.tar.gz) = 1398092
2 changes: 1 addition & 1 deletion databases/elixir-db_connection/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= db_connection
DISTVERSION= 1.0.0
DISTVERSION= 1.1.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= elixir-
Expand Down
6 changes: 3 additions & 3 deletions databases/elixir-db_connection/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1476266720
SHA256 (elixir-ecto-db_connection-v1.0.0_GH0.tar.gz) = 52557de82e1b60e0c08a49a28e5a4f14ad762f198458761d312bba7cd23df352
SIZE (elixir-ecto-db_connection-v1.0.0_GH0.tar.gz) = 41984
TIMESTAMP = 1478776633
SHA256 (elixir-ecto-db_connection-v1.1.0_GH0.tar.gz) = 4bd8c245a0d4f0f9819c0b4de88dfc43ae66b88ea04eda40cfde904fce67c5ea
SIZE (elixir-ecto-db_connection-v1.1.0_GH0.tar.gz) = 44650
4 changes: 4 additions & 0 deletions databases/elixir-db_connection/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.OwnershipError.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Pool.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Poolboy.Worker.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Poolboy.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.PrepareStream.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Query.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Broker.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Pool.beam
Expand All @@ -21,9 +22,12 @@ lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Starter.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Supervisor.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.SojournError.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Stream.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Task.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Watcher.beam
lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.beam
lib/elixir/lib/db_connection/ebin/Elixir.Enumerable.DBConnection.PrepareStream.beam
lib/elixir/lib/db_connection/ebin/Elixir.Enumerable.DBConnection.Stream.beam
lib/elixir/lib/db_connection/ebin/db_connection.app
lib/elixir/lib/db_connection/lib/db_connection.ex
lib/elixir/lib/db_connection/lib/db_connection/app.ex
Expand Down
2 changes: 1 addition & 1 deletion devel/elixir-decimal/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= decimal
PORTVERSION= 1.2.0
PORTVERSION= 1.3.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
Expand Down
6 changes: 3 additions & 3 deletions devel/elixir-decimal/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1475483233
SHA256 (ericmj-decimal-v1.2.0_GH0.tar.gz) = ba126a7b3a81a4e8a9154fedc8eb384203afb5ab573df122fe269ee4c6eae079
SIZE (ericmj-decimal-v1.2.0_GH0.tar.gz) = 15052
TIMESTAMP = 1478853275
SHA256 (ericmj-decimal-v1.3.0_GH0.tar.gz) = f3d30a7421fa7a64fac11fccef1c8af84ba105a2cbaebc5e2f6b8cfb240272d3
SIZE (ericmj-decimal-v1.3.0_GH0.tar.gz) = 16164
10 changes: 10 additions & 0 deletions devel/erlang-backoff/files/patch-rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- rebar.config.orig 2016-11-10 11:19:16 UTC
+++ rebar.config
@@ -3,7 +3,6 @@
]}.

{plugins, [
- {rebar3_proper, "0.5.0"}
]}.

{profiles, [
4 changes: 2 additions & 2 deletions devel/git-cinnabar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ SHEBANG_LANG= python2.7
SHEBANG_FILES= ${PORTNAME} git-remote-hg
ALL_TARGET= ${PORTNAME}-helper
.ifnmake describe
WRKSRC_git!= ${MAKE} -V WRKSRC -C ${.CURDIR}/../git
MAKE_ENV!= ${MAKE} -V MAKE_ENV -C ${.CURDIR}/../git
MAKE_ARGS!= ${MAKE} -V MAKE_ARGS -C ${.CURDIR}/../git
.endif
Expand All @@ -32,7 +31,8 @@ PORTDATA= *
PORTDOCS= README.md

post-configure:
@(cd ${WRKSRC_git} && ${COPYTREE_SHARE} . ${WRKSRC}/git-core)
@${TAR} cf - -C$$(${MAKE} -V WRKSRC -C ${PORTSDIR}/devel/git) . | \
${TAR} xof - -C${WRKSRC}/git-core

do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
Expand Down
3 changes: 2 additions & 1 deletion devel/p5-Specio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

PORTNAME= Specio
PORTVERSION= 0.30
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DROLSKY
Expand All @@ -14,7 +15,7 @@ COMMENT= Type constraints and coercions for Perl
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE

xBUILD_DEPENDS= p5-Devel-StackTrace>=0:devel/p5-Devel-StackTrace \
BUILD_DEPENDS= p5-Devel-StackTrace>=0:devel/p5-Devel-StackTrace \
p5-Eval-Closure>=0:devel/p5-Eval-Closure \
p5-MRO-Compat>=0:devel/p5-MRO-Compat \
p5-Role-Tiny>=1.003003:devel/p5-Role-Tiny
Expand Down
2 changes: 1 addition & 1 deletion dns/dnsviz/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= dnsviz
PORTVERSION= 0.6.3
PORTVERSION= 0.6.4
DISTVERSIONPREFIX=v
CATEGORIES= dns

Expand Down
6 changes: 3 additions & 3 deletions dns/dnsviz/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1476017302
SHA256 (dnsviz-dnsviz-v0.6.3_GH0.tar.gz) = daa457b911aa1e8977c92077b6be8f624806dc3bc3765626f48c879be9344f54
SIZE (dnsviz-dnsviz-v0.6.3_GH0.tar.gz) = 325208
TIMESTAMP = 1478809695
SHA256 (dnsviz-dnsviz-v0.6.4_GH0.tar.gz) = 922cff896b1f66c836df6e65fdcf938cbf7166ef3d7fced0f168d095798ba328
SIZE (dnsviz-dnsviz-v0.6.4_GH0.tar.gz) = 325971
8 changes: 5 additions & 3 deletions editors/neovim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= neovim
PORTVERSION= 0.1.5
PORTVERSION= 0.1.6
DISTVERSIONPREFIX= v
CATEGORIES= editors

Expand All @@ -12,7 +12,8 @@ COMMENT= Next generation Vim
LICENSE= APACHE20

BUILD_DEPENDS= ${LUA_MODLIBDIR}/bit.so:devel/lua-bitop \
${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg
${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg \
gperf:devel/gperf
LIB_DEPENDS= libunibilium.so:devel/unibilium \
libvterm.so:devel/libvterm \
libtermkey.so:devel/libtermkey \
Expand All @@ -22,7 +23,7 @@ LIB_DEPENDS= libunibilium.so:devel/unibilium \

USES= cmake:outsource gettext iconv ninja lua:build pathfix pkgconfig
USE_GITHUB= yes
GH_TUPLE= tarruda:libmpack:1.0.2:libmpack
GH_TUPLE= tarruda:libmpack:1.0.3:libmpack

CMAKE_ARGS= -DLUA_PRG:FILEPATH="${LUA_CMD}" \
-DCMAKE_INSTALL_MANDIR:PATH="${MANPREFIX}/man" \
Expand All @@ -41,5 +42,6 @@ pre-build:
-I${LUA_INCDIR} -shared lmpack.c -o \
${BUILD_WRKSRC}/src/nvim/mpack.so \
${LUA_LIBDIR}/liblua-${LUA_VER}.so)
@${LN} -s ${BUILD_WRKSRC}/src/nvim/mpack.so ${BUILD_WRKSRC}/runtime/mpack.so

.include <bsd.port.mk>
10 changes: 5 additions & 5 deletions editors/neovim/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1472456512
SHA256 (neovim-neovim-v0.1.5_GH0.tar.gz) = f286ff7994ef1835272285425d65804063f112c91925fee3ef8865282a6d2b7e
SIZE (neovim-neovim-v0.1.5_GH0.tar.gz) = 7813974
SHA256 (tarruda-libmpack-1.0.2_GH0.tar.gz) = 9c570b2aab81b0c56d97cbd8fc483dc431b69510fd9becb4a1845291563e8bc9
SIZE (tarruda-libmpack-1.0.2_GH0.tar.gz) = 44671
TIMESTAMP = 1478584984
SHA256 (neovim-neovim-v0.1.6_GH0.tar.gz) = a9fe7aadd38ef015f82ec340f6b6c0629d02c9ca4d85352db0934ae511d2f02a
SIZE (neovim-neovim-v0.1.6_GH0.tar.gz) = 7810818
SHA256 (tarruda-libmpack-1.0.3_GH0.tar.gz) = 65eb21cfa9313204ac5296e3b305d752b8422c724b6375caecc6385f0a6d6e22
SIZE (tarruda-libmpack-1.0.3_GH0.tar.gz) = 45720
6 changes: 3 additions & 3 deletions editors/neovim/files/patch-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- CMakeLists.txt.orig 2016-09-14 12:44:20 UTC
--- CMakeLists.txt.orig 2016-11-08 05:44:53 UTC
+++ CMakeLists.txt
@@ -213,7 +213,7 @@ else()
@@ -221,7 +221,7 @@ else()

# On FreeBSD 64 math.h uses unguarded C11 extension, which taints clang
# 3.4.1 used there.
Expand All @@ -9,7 +9,7 @@
add_definitions(-Wno-c11-extensions)
endif()
endif()
@@ -369,9 +369,9 @@ endforeach()
@@ -386,9 +386,9 @@ endforeach()

# Find Lua interpreter
include(LuaHelpers)
Expand Down
4 changes: 2 additions & 2 deletions editors/neovim/files/patch-src_nvim_os_pty__process__unix.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- src/nvim/os/pty_process_unix.c.orig 2016-08-22 02:14:28 UTC
--- src/nvim/os/pty_process_unix.c.orig 2016-11-08 05:50:09 UTC
+++ src/nvim/os/pty_process_unix.c
@@ -9,7 +9,7 @@
#include <sys/ioctl.h>

// forkpty is not in POSIX, so headers are platform-specific
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined __DragonFly__
+#if defined(__FreeBSD__) || defined (__DragonFly__)
# include <libutil.h>
#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
# include <util.h>
5 changes: 4 additions & 1 deletion editors/neovim/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ share/nvim/runtime/autoload/gnat.vim
share/nvim/runtime/autoload/gzip.vim
share/nvim/runtime/autoload/health.vim
share/nvim/runtime/autoload/health/nvim.vim
share/nvim/runtime/autoload/health/provider.vim
share/nvim/runtime/autoload/htmlcomplete.vim
share/nvim/runtime/autoload/javascriptcomplete.vim
share/nvim/runtime/autoload/man.vim
Expand Down Expand Up @@ -175,6 +176,7 @@ share/nvim/runtime/doc/autocmd.txt
share/nvim/runtime/doc/change.txt
share/nvim/runtime/doc/cmdline.txt
share/nvim/runtime/doc/debug.txt
share/nvim/runtime/doc/deprecated.txt
share/nvim/runtime/doc/develop.txt
share/nvim/runtime/doc/diff.txt
share/nvim/runtime/doc/digraph.txt
Expand Down Expand Up @@ -225,7 +227,6 @@ share/nvim/runtime/doc/print.txt
share/nvim/runtime/doc/provider.txt
share/nvim/runtime/doc/quickfix.txt
share/nvim/runtime/doc/quickref.txt
share/nvim/runtime/doc/quotes.txt
share/nvim/runtime/doc/recover.txt
share/nvim/runtime/doc/remote.txt
share/nvim/runtime/doc/remote_plugin.txt
Expand Down Expand Up @@ -350,6 +351,7 @@ share/nvim/runtime/ftplugin/gitsendemail.vim
share/nvim/runtime/ftplugin/go.vim
share/nvim/runtime/ftplugin/gpg.vim
share/nvim/runtime/ftplugin/gprof.vim
share/nvim/runtime/ftplugin/groovy.vim
share/nvim/runtime/ftplugin/group.vim
share/nvim/runtime/ftplugin/grub.vim
share/nvim/runtime/ftplugin/haml.vim
Expand Down Expand Up @@ -779,6 +781,7 @@ share/nvim/runtime/syntax/autohotkey.vim
share/nvim/runtime/syntax/autoit.vim
share/nvim/runtime/syntax/automake.vim
share/nvim/runtime/syntax/ave.vim
share/nvim/runtime/syntax/avra.vim
share/nvim/runtime/syntax/awk.vim
share/nvim/runtime/syntax/ayacc.vim
share/nvim/runtime/syntax/b.vim
Expand Down
1 change: 1 addition & 0 deletions games/cockatrice/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

PORTNAME= Cockatrice
PORTVERSION= 0.0.g2016.10.30
PORTREVISION= 1
CATEGORIES= games

MAINTAINER= [email protected]
Expand Down
2 changes: 2 additions & 0 deletions games/cockatrice/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ share/applications/oracle.desktop
%%DATADIR%%/translations/cockatrice_pt.qm
%%DATADIR%%/translations/cockatrice_pt_BR.qm
%%DATADIR%%/translations/cockatrice_ru.qm
%%DATADIR%%/translations/cockatrice_sr.qm
%%DATADIR%%/translations/cockatrice_sv.qm
%%DATADIR%%/translations/cockatrice_zh-Hans.qm
share/icons/hicolor/48x48/apps/cockatrice.png
Expand All @@ -73,5 +74,6 @@ share/oracle/translations/oracle_pl.qm
share/oracle/translations/oracle_pt.qm
share/oracle/translations/oracle_pt_BR.qm
share/oracle/translations/oracle_ru.qm
share/oracle/translations/oracle_sr.qm
share/oracle/translations/oracle_sv.qm
share/oracle/translations/oracle_zh-Hans.qm
Loading

0 comments on commit 334ab1c

Please sign in to comment.