mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to version 0.11.0
- Add more master sites - Use bsd.port.options.mk - Sort plist
This commit is contained in:
parent
bbbfc48f5d
commit
e06e0ee737
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290875
6 changed files with 3010 additions and 2945 deletions
|
@ -6,10 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= kadu
|
||||
PORTVERSION= 0.10.1
|
||||
PORTVERSION= 0.11.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= polish net-im
|
||||
MASTER_SITES= http://download.kadu.im/stable/:kadu \
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \
|
||||
GOOGLE_CODE:kadu \
|
||||
http://download.kadu.im/stable/:kadu \
|
||||
http://download.kadu.im/additions/:additions
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:kadu
|
||||
DIST_SUBDIR= kadu
|
||||
|
@ -52,7 +54,7 @@ INSTALLS_ICONS= yes
|
|||
|
||||
OPTIONS= GG_EMOTS "Install GG-compatible emoticons" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_GG_EMOTS)
|
||||
PLIST_SUB+= GG_EMOTS=""
|
||||
|
@ -64,6 +66,9 @@ PLIST_SUB+= GG_EMOTS="@comment "
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
|
||||
${WRKSRC}/plugins/single_window/CMakeLists.txt \
|
||||
${WRKSRC}/plugins/tabs/CMakeLists.txt
|
||||
@${FIND} ${WRKSRC} -exec ${GREP} -q "#!/bin/bash" {} \; \
|
||||
-exec ${REINPLACE_CMD} -e 's|#!/bin/bash|#!/usr/bin/env bash|g' {} \;
|
||||
|
||||
|
@ -74,4 +79,4 @@ post-patch:
|
|||
cd gg6_compatible && ${TAR} -zxf ${_DISTDIR}/${GG7_EMOTS_DISTFILE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SHA256 (kadu/kadu-0.10.1.tar.bz2) = ef5ccf8c9028e2d572faf1b997c4d86447777d19217f34e429ec622baebf0849
|
||||
SIZE (kadu/kadu-0.10.1.tar.bz2) = 5692233
|
||||
SHA256 (kadu/kadu-0.11.0.tar.bz2) = 6db3164f88b8076d4269ba005521c502da47605c882e68755016d2dae2b1acfe
|
||||
SIZE (kadu/kadu-0.11.0.tar.bz2) = 5810351
|
||||
SHA256 (kadu/kompatybilne_z_GG6.tar.gz) = f8a84acd8512fd8fc38e394aa564e6b6d7ec2e9fe9864bdf0c5b8f2edb23da6f
|
||||
SIZE (kadu/kompatybilne_z_GG6.tar.gz) = 254637
|
||||
SHA256 (kadu/dodatkowe_emoty_GG7.tar.gz) = aebeb45b6ac9139620032436f7b565aa5729a0165d1c361a473c1195b8807450
|
||||
|
|
8
polish/kadu/files/patch-base_action_context.h
Normal file
8
polish/kadu/files/patch-base_action_context.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
--- kadu-core/gui/actions/base-action-context.h.orig 2012-02-09 21:46:02.000000000 +0100
|
||||
+++ kadu-core/gui/actions/base-action-context.h 2012-02-09 21:46:15.000000000 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-/*
|
||||
+/*
|
||||
* %kadu copyright begin%
|
||||
* Copyright 2011 Rafał Malinowski (rafal.przemyslaw.malinowski@gmail.com)
|
||||
* %kadu copyright end%
|
10
polish/kadu/files/patch-plugins-single_window-CMakeLists.txt
Normal file
10
polish/kadu/files/patch-plugins-single_window-CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- plugins/single_window/CMakeLists.txt.orig 2012-02-09 22:31:22.000000000 +0100
|
||||
+++ plugins/single_window/CMakeLists.txt 2012-02-09 22:33:20.000000000 +0100
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
set (KADU_FIND_REQUIRED true)
|
||||
include (FindKadu)
|
||||
+include_directories (%%LOCALBASE%%/include)
|
||||
|
||||
set (SOURCES
|
||||
single-window.cpp
|
10
polish/kadu/files/patch-plugins-tabs-CMakeLists.txt
Normal file
10
polish/kadu/files/patch-plugins-tabs-CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- plugins/tabs/CMakeLists.txt.orig 2012-02-09 22:34:52.000000000 +0100
|
||||
+++ plugins/tabs/CMakeLists.txt 2012-02-09 22:35:21.000000000 +0100
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
set (KADU_FIND_REQUIRED true)
|
||||
include (FindKadu)
|
||||
+include_directories (%%LOCALBASE%%/include)
|
||||
|
||||
set (SOURCES
|
||||
tabs.cpp
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue