diff options
author | ghen <ghen@pkgsrc.org> | 2006-10-09 14:20:28 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-10-09 14:20:28 +0000 |
commit | 4443f9c67b72f9942111c25abed31db81ae7861c (patch) | |
tree | b798791b710504b33b98257c9cfa2238d1bf061a /sysutils/bacula-gnome-console | |
parent | a2832837969a07be64e55e2e175587dec0085b27 (diff) | |
download | pkgsrc-4443f9c67b72f9942111c25abed31db81ae7861c.tar.gz |
Update sysutils/bacula* to 1.38.11. Changes:
- Add test for IRIX64 as OS
- Minor tweaks to bregex.c
- Fix to block.c to correctly check for DVD number of parts.
- Fix to dev.c to permit DVD seeking in spool file. Corrects label rewriting
problems.
- Clarify license for techlogs (GPL). I consider them "part" of the source code
of Bacula.
- Use FDL license for developer's manual, French translation, German
translation, bimagemgr manuals (same as the main manual), and the web site.
Diffstat (limited to 'sysutils/bacula-gnome-console')
-rw-r--r-- | sysutils/bacula-gnome-console/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/bacula-gnome-console/Makefile b/sysutils/bacula-gnome-console/Makefile index 9609cd9518f..5395d974e55 100644 --- a/sysutils/bacula-gnome-console/Makefile +++ b/sysutils/bacula-gnome-console/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2006/09/16 12:20:40 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2006/10/09 14:20:28 ghen Exp $ PKGNAME= ${DISTNAME:S/-/-gnomeconsole-/} -PKGREVISION= 1 COMMENT= Gnome console for Bacula - The Network Backup Solution CATEGORIES+= gnome |