diff options
author | krion <krion@FreeBSD.org> | 2005-02-13 18:21:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-13 18:21:00 +0800 |
commit | 5fa7526fe38aad3f73013d40f6dce90aee3237b8 (patch) | |
tree | 95bac199ccc7762d4d1dcd22a7a64abf0d646dc2 /net/silky | |
parent | 81bb01b7ac25daaf04b81cae90edb977b84100ff (diff) | |
download | freebsd-ports-gnome-5fa7526fe38aad3f73013d40f6dce90aee3237b8.tar.gz freebsd-ports-gnome-5fa7526fe38aad3f73013d40f6dce90aee3237b8.tar.zst freebsd-ports-gnome-5fa7526fe38aad3f73013d40f6dce90aee3237b8.zip |
Update to version 0.5.2
PR: ports/77440
Submitted by: maintainer
Diffstat (limited to 'net/silky')
-rw-r--r-- | net/silky/Makefile | 6 | ||||
-rw-r--r-- | net/silky/distinfo | 4 | ||||
-rw-r--r-- | net/silky/files/silc.pc | 10 | ||||
-rw-r--r-- | net/silky/pkg-plist | 25 |
4 files changed, 32 insertions, 13 deletions
diff --git a/net/silky/Makefile b/net/silky/Makefile index 81bb812447a1..20454a4b5223 100644 --- a/net/silky/Makefile +++ b/net/silky/Makefile @@ -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 diff --git a/net/silky/distinfo b/net/silky/distinfo index 2576d048cdba..41b96f066575 100644 --- a/net/silky/distinfo +++ b/net/silky/distinfo @@ -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 diff --git a/net/silky/files/silc.pc b/net/silky/files/silc.pc new file mode 100644 index 000000000000..9faad7b47083 --- /dev/null +++ b/net/silky/files/silc.pc @@ -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 diff --git a/net/silky/pkg-plist b/net/silky/pkg-plist index e0e86010841a..7c8294801c6c 100644 --- a/net/silky/pkg-plist +++ b/net/silky/pkg-plist @@ -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%% |