Update to version 0.5.2
PR: ports/77440 Submitted by: maintainer
This commit is contained in:
parent
1e5a8ac3e3
commit
66c6f668c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128681
4 changed files with 32 additions and 13 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= silky
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://rusunix.org/pub/FreeBSD/distfiles/
|
||||
|
@ -25,8 +24,9 @@ CONFIGURE_ARGS= --with-silc-includes=${LOCALBASE}/include/silc \
|
|||
--with-silc-libs=${LOCALBASE}/lib \
|
||||
--with-docdir=${DOCSDIR} \
|
||||
--with-libintl-prefix=${LOCALBASE}
|
||||
CONFIGURE_ENV+= PKG_CONFIG_PATH=${FILESDIR}
|
||||
|
||||
USE_GNOME= gtk20 libglade2
|
||||
USE_GNOME= gtk20 libglade2 gnomelibs
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (silky-0.5.1.tar.gz) = b208f1b55af6424d51bc188d6a13c830
|
||||
SIZE (silky-0.5.1.tar.gz) = 767619
|
||||
MD5 (silky-0.5.2.tar.gz) = 6e73ec6cb441bb4ed25ca78636c8c0de
|
||||
SIZE (silky-0.5.2.tar.gz) = 874236
|
||||
|
|
10
net/silky/files/silc.pc
Normal file
10
net/silky/files/silc.pc
Normal file
|
@ -0,0 +1,10 @@
|
|||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: silc
|
||||
Version: 0.9.12
|
||||
Description: SILC Toolkit.
|
||||
Libs: -L${libdir} -lsilcclient -lsilc
|
||||
Cflags: -I${includedir}/silc
|
|
@ -6,22 +6,31 @@ bin/silky
|
|||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
share/silky/stock_people.png
|
||||
share/silky/silky.conf
|
||||
share/silky/servers.conf
|
||||
share/silky/silky.glade
|
||||
share/silky/silky-channel.glade
|
||||
share/silky/silky-query.glade
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.win32
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes
|
||||
%%DATADIR%%/stock_people.png
|
||||
%%DATADIR%%/silky.conf
|
||||
%%DATADIR%%/servers.conf
|
||||
%%DATADIR%%/silky.glade
|
||||
%%DATADIR%%/silky-channel.glade
|
||||
%%DATADIR%%/silky-query.glade
|
||||
%%DATADIR%%/tips.txt
|
||||
share/locale/af/LC_MESSAGES/silky.mo
|
||||
share/locale/de/LC_MESSAGES/silky.mo
|
||||
share/locale/es/LC_MESSAGES/silky.mo
|
||||
share/locale/fi/LC_MESSAGES/silky.mo
|
||||
share/locale/fr/LC_MESSAGES/silky.mo
|
||||
share/locale/hu/LC_MESSAGES/silky.mo
|
||||
share/locale/it/LC_MESSAGES/silky.mo
|
||||
share/locale/sk/LC_MESSAGES/silky.mo
|
||||
share/locale/nl/LC_MESSAGES/silky.mo
|
||||
share/locale/ru/LC_MESSAGES/silky.mo
|
||||
share/locale/sk/LC_MESSAGES/silky.mo
|
||||
share/locale/sv/LC_MESSAGES/silky.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/silky.mo
|
||||
share/gnome/apps/Applications/silky.desktop
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
@dirrm share/silky
|
||||
@unexec rmdir %D/share/gnome/apps/Applications 2>/dev/null || true
|
||||
@unexec rmdir %D/share/gnome/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/gnome 2>/dev/null || true
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue