Bug 78493 - Unbreak net/gnomba
Summary: Unbreak net/gnomba
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-06 15:50 UTC by Guy Coleman
Modified: 2005-04-04 13:12 UTC (History)
0 users

See Also:


Attachments
file.diff (658 bytes, patch)
2005-03-06 15:50 UTC, Guy Coleman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guy Coleman 2005-03-06 15:50:02 UTC
Unbreak net/gnomba by adding gnomehier to USE_GNOME

How-To-Repeat: N/A
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-03-06 15:53:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer.
Comment 2 Guy Coleman 2005-03-17 22:12:57 UTC
Also bump port revision:


Index: Makefile
===================================================================
RCS file: /vol1/FreeBSD-CVS/ports/net/gnomba/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile    28 Feb 2005 00:29:00 -0000      1.15
+++ Makefile    17 Mar 2005 22:09:44 -0000
@@ -7,7 +7,7 @@

  PORTNAME=      gnomba
  PORTVERSION=   0.6.2
-PORTREVISION=  1
+PORTREVISION=  2
  CATEGORIES=    net gnome
  MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=    gnomba
@@ -15,10 +15,8 @@
  MAINTAINER=    demon@FreeBSD.org
  COMMENT=       GNOME compliant browser of SMB shares

-BROKEN=                Incomplete pkg-plist
-
  USE_GMAKE=     yes
-USE_GNOME=     gnomeprefix gnomehack gnomelibs
+USE_GNOME=     gnomeprefix gnomehack gnomelibs gnomehier
  USE_PERL5_BUILD=yes
  GNU_CONFIGURE= yes
  CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
Comment 3 Dmitry Sivachenko freebsd_committer freebsd_triage 2005-04-04 13:11:58 UTC
State Changed
From-To: open->closed

Patch committed, thanks!