Bug 141241 - Update port: sysutils/gnome-schedule
Summary: Update port: sysutils/gnome-schedule
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-07 09:50 UTC by Sutra
Modified: 2009-12-13 05:10 UTC (History)
0 users

See Also:


Attachments
file.diff (17.88 KB, patch)
2009-12-07 09:50 UTC, Sutra
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sutra 2009-12-07 09:50:04 UTC
Update gnome-schedule from 0.9.0 to 2.1.1.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-07 09:50:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-13 05:07:11 UTC
mezz        2009-12-13 05:06:57 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/gnome-schedule Makefile distinfo pkg-plist 
  Log:
  Update to 2.1.1.
  
  PR:             ports/141241
  Submitted by:   Sutra Zhou <zhoushuqun@gmail.com> (w/ tweak by me)
  
  Revision  Changes    Path
  1.15      +9 -25     ports/sysutils/gnome-schedule/Makefile
  1.4       +3 -3      ports/sysutils/gnome-schedule/distinfo
  1.4       +173 -44   ports/sysutils/gnome-schedule/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 3 Jeremy Messenger freebsd_committer freebsd_triage 2009-12-13 05:07:18 UTC
State Changed
From-To: open->closed

Thanks for submitted the patch. Part of your patch isn't correct, which I have 
corrected it. What have I done? 

- Add gnomehack in USE_GNOME that will correct all paths. Which paths 
that wasn't correct? List here: 

lib/bonobo/servers (should be libdata/bonobo/servers) 
lib/locale (should be share/locale) 
- Since it installs *.omf files. Add INSTALLS_OMF=yes 
- It installs locale stuff, add USE_GETTEXT=yes 
- The pkg-plist isn't right. There are a lot of directories that 
shouldn't be list in the pkg-plist. 
- The post-patch looks like is no longer need. The configure is pretty 
portable now as far as from what I can tell. If not, let me know. 

If you want to learn more about create patch or new ports related w/ GNOME. 
Feel free to ask in the gnome@FreeBSD.org list and we will be happy to help 
you.