diff options
author | sergei <sergei@FreeBSD.org> | 2005-07-22 13:21:18 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-07-22 13:21:18 +0800 |
commit | aba309d44116b18305a414dc989947349811be62 (patch) | |
tree | be0c52638a4e54a603f7021943000dff9e4e8f17 /net | |
parent | dc01f64a151492d32b5130ca37d18e1076d1d2b9 (diff) | |
download | freebsd-ports-gnome-aba309d44116b18305a414dc989947349811be62.tar.gz freebsd-ports-gnome-aba309d44116b18305a414dc989947349811be62.tar.zst freebsd-ports-gnome-aba309d44116b18305a414dc989947349811be62.zip |
- Update to 0.7.1
- Verify detached GPG signature (still experimental)
- Conditionally disable gettext/iconv dependencies under WITHOUT_NLS
Diffstat (limited to 'net')
-rw-r--r-- | net/wol/Makefile | 16 | ||||
-rw-r--r-- | net/wol/distinfo | 6 | ||||
-rw-r--r-- | net/wol/pkg-plist | 9 |
3 files changed, 22 insertions, 9 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile index 7c30845bc4de..5dfff03ea7a5 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -7,8 +7,7 @@ # PORTNAME= wol -PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTVERSION= 0.7.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ahh @@ -18,13 +17,22 @@ COMMENT= Tool to wake up Wake-On-LAN compliant computers GNU_CONFIGURE= yes USE_GETOPT_LONG= yes -USE_GETTEXT= yes -USE_ICONV= yes +USE_GPG= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS= --disable-nls +PLIST_SUB= NLS="@comment " +.else +USE_GETTEXT= yes +USE_ICONV= yes +PLIST_SUB= NLS="" +.endif + +MAN1= wol.1 INFO= wol DOCS= AUTHORS NEWS README TODO diff --git a/net/wol/distinfo b/net/wol/distinfo index bb9a8d0fd5af..37d4a52911ab 100644 --- a/net/wol/distinfo +++ b/net/wol/distinfo @@ -1,2 +1,4 @@ -MD5 (wol-0.6.0.tar.gz) = 1aa043f7e17ac2ebaadb4eb5b37cd198 -SIZE (wol-0.6.0.tar.gz) = 270647 +MD5 (wol-0.7.1.tar.gz) = c2fa9d7e771134ac8c89d56b8197d4ca +SIZE (wol-0.7.1.tar.gz) = 445648 +MD5 (wol-0.7.1.tar.gz.asc) = 8e5eb8190caee132ee3452bfa393996d +SIZE (wol-0.7.1.tar.gz.asc) = 189 diff --git a/net/wol/pkg-plist b/net/wol/pkg-plist index d2b9e21c4ccc..b8132cba12eb 100644 --- a/net/wol/pkg-plist +++ b/net/wol/pkg-plist @@ -1,11 +1,14 @@ @comment $FreeBSD$ bin/wol +bin/wol-bootptab bin/wol-dhcpdconf %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%@dirrm %%DOCSDIR%% -share/locale/de/LC_MESSAGES/wol.mo -share/locale/fr/LC_MESSAGES/wol.mo -share/locale/it/LC_MESSAGES/wol.mo +%%NLS%%share/locale/de/LC_MESSAGES/wol.mo +%%NLS%%share/locale/es/LC_MESSAGES/wol.mo +%%NLS%%share/locale/fr/LC_MESSAGES/wol.mo +%%NLS%%share/locale/it/LC_MESSAGES/wol.mo +%%NLS%%share/locale/sv/LC_MESSAGES/wol.mo |