diff options
author | krion <krion@FreeBSD.org> | 2005-03-19 01:33:07 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-03-19 01:33:07 +0800 |
commit | be144e6d5d1abad59cdb0790941f9bfe4ac89b5c (patch) | |
tree | f17409d6baadfa28865261e3102a8ca8cf1524ca /net/silky | |
parent | 1350096276a5d9a8743c5f03eac822a03d17e450 (diff) | |
download | freebsd-ports-gnome-be144e6d5d1abad59cdb0790941f9bfe4ac89b5c.tar.gz freebsd-ports-gnome-be144e6d5d1abad59cdb0790941f9bfe4ac89b5c.tar.zst freebsd-ports-gnome-be144e6d5d1abad59cdb0790941f9bfe4ac89b5c.zip |
Update to 0.5.3
PR: ports/78977
Submitted by: maintainer
Diffstat (limited to 'net/silky')
-rw-r--r-- | net/silky/Makefile | 8 | ||||
-rw-r--r-- | net/silky/distinfo | 4 | ||||
-rw-r--r-- | net/silky/files/silc.pc | 10 | ||||
-rw-r--r-- | net/silky/pkg-plist | 5 |
4 files changed, 10 insertions, 17 deletions
diff --git a/net/silky/Makefile b/net/silky/Makefile index ff66e0079c24..fab297b26ce8 100644 --- a/net/silky/Makefile +++ b/net/silky/Makefile @@ -6,8 +6,7 @@ # PORTNAME= silky -PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTVERSION= 0.5.3 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://rusunix.org/pub/FreeBSD/distfiles/ @@ -21,11 +20,12 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-silc-includes=${LOCALBASE}/include/silc \ +CONFIGURE_ARGS= --with-silc-include=${LOCALBASE}/include/silc \ --with-silc-libs=${LOCALBASE}/lib \ --with-docdir=${DOCSDIR} \ --with-libintl-prefix=${LOCALBASE} -CONFIGURE_ENV+= PKG_CONFIG_PATH=${FILESDIR} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}" USE_GNOME= gtk20 libglade2 gnomelibs USE_GMAKE= yes diff --git a/net/silky/distinfo b/net/silky/distinfo index 41b96f066575..e10967f76d92 100644 --- a/net/silky/distinfo +++ b/net/silky/distinfo @@ -1,2 +1,2 @@ -MD5 (silky-0.5.2.tar.gz) = 6e73ec6cb441bb4ed25ca78636c8c0de -SIZE (silky-0.5.2.tar.gz) = 874236 +MD5 (silky-0.5.3.tar.gz) = b63cc65ab8632b400566aa7f61f5a0a4 +SIZE (silky-0.5.3.tar.gz) = 864943 diff --git a/net/silky/files/silc.pc b/net/silky/files/silc.pc deleted file mode 100644 index 9faad7b47083..000000000000 --- a/net/silky/files/silc.pc +++ /dev/null @@ -1,10 +0,0 @@ -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 7c8294801c6c..278e2aa323a1 100644 --- a/net/silky/pkg-plist +++ b/net/silky/pkg-plist @@ -1,5 +1,6 @@ bin/silky %%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.distributions %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -8,21 +9,23 @@ bin/silky %%PORTDOCS%%%%DOCSDIR%%/TODO %%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 +%%DATADIR%%/silky_logo_small.png share/locale/af/LC_MESSAGES/silky.mo share/locale/de/LC_MESSAGES/silky.mo +share/locale/en_CA/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/nl/LC_MESSAGES/silky.mo +share/locale/ro/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 |