Bug 131977 - sysutils/wmcube-gdk Fix run on 8-CURRENT and 7-STABLE [PATCH]
Summary: sysutils/wmcube-gdk Fix run on 8-CURRENT and 7-STABLE [PATCH]
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-22 16:10 UTC by Dmitry
Modified: 2009-02-25 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.88 KB, patch)
2009-02-22 16:10 UTC, Dmitry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry 2009-02-22 16:10:01 UTC
Fix run on 8-CURRENT and 7-STABLE

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-02-25 13:04:04 UTC
garga       2009-02-25 13:03:48 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/wmcube-gdk  Makefile pkg-descr pkg-plist 
    sysutils/wmcube-gdk/files patch-wmcube.c 
  Added files:
    sysutils/wmcube-gdk/files pkg-message.in 
  Removed files:
    sysutils/wmcube-gdk  pkg-message 
  Log:
  - Fix build on 7-stable and 8-current [1]
  - Pacify portlint
  - Change DOCSDIR and DATADIR to respect PKGNAMESUFFIX
  - Remove CHMOD and CHOWN and add param on INSTALL command
  - Move pkg-message to files/pkg-message.in
  - Use PORTDOCS
  - Remove old signature from pkg-descr
  - Use %%DATADIR%% in pkg-plist
  - Take maintainership
  
  PR:             ports/131977 [1]
  Submitted by:   Dmitry <dmitry2006@yandex.ru> [1]
  
  Revision  Changes    Path
  1.16      +16 -15    ports/sysutils/wmcube-gdk/Makefile
  1.4       +112 -9    ports/sysutils/wmcube-gdk/files/patch-wmcube.c
  1.1       +7 -0      ports/sysutils/wmcube-gdk/files/pkg-message.in (new)
  1.3       +0 -2      ports/sysutils/wmcube-gdk/pkg-descr
  1.2       +0 -7      ports/sysutils/wmcube-gdk/pkg-message (dead)
  1.2       +35 -40    ports/sysutils/wmcube-gdk/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2009-02-25 13:04:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!