Bug 107963 - [maintainer-update] Update port: www/nanoblogger Update the port and its content.
Summary: [maintainer-update] Update port: www/nanoblogger Update the port and its cont...
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: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 20:30 UTC by Julien Gabel
Modified: 2007-01-16 10:50 UTC (History)
0 users

See Also:


Attachments
nanoblogger.patch (12.14 KB, patch)
2007-01-15 20:30 UTC, Julien Gabel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Gabel 2007-01-15 20:30:19 UTC
The proposed patch includes the following:
- Update the product release.
- Tidy most of the port's files: pkg-plist, pkg-message, Makefile, etc.
- The port conforms a little more to FreeBSD Porter's Handbook (always evolving...)
- Validate a complete recommended test ordering from porting-testing.html
  (In fact, correct it to do so.)

Fix: Using the following /tmp/nanoblogger.patch file, you can apply and install
it using the following steps:
 # cd /usr/ports/www/nanoblogger && make deinstall
 # cd /usr/ports && patch < /tmp/nanoblogger.patch
 # cd /usr/ports/www/nanoblogger && make install clean clean-depends
How-To-Repeat: n.a.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-15 20:30:29 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-15 20:30:38 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2007-01-15 22:27:16 UTC
State Changed
From-To: feedback->open

Maintainer approved on freebsd-ports-bugs
Comment 4 Boris Samorodov freebsd_committer freebsd_triage 2007-01-16 09:21:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Take.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-01-16 10:47:25 UTC
bsam        2007-01-16 10:47:19 UTC

  FreeBSD ports repository

  Modified files:
    www/nanoblogger      Makefile distinfo pkg-descr pkg-plist 
    www/nanoblogger/files patch-nb pkg-message.in 
  Log:
  - Update the product release.
  - Tidy most of the port's files: pkg-plist, pkg-message, Makefile, etc.
  - The port conforms a little more to FreeBSD Porter's Handbook (always evolving...)
  - Validate a complete recommended test ordering from porting-testing.html
  (In fact, correct it to do so.)
  
  While I'm here: move "@unexec if cmp -s %D/etc/nb.conf.sample..." upwards
  at pkg-plist (before %D/etc/nb.conf.sample).
  
  PR:             107963
  Submitted by:   Julien Gabel <julien.gabel at thilelli.net> (maintainer)
  
  Revision  Changes    Path
  1.8       +12 -6     ports/www/nanoblogger/Makefile
  1.7       +3 -3      ports/www/nanoblogger/distinfo
  1.4       +13 -25    ports/www/nanoblogger/files/patch-nb
  1.2       +26 -4     ports/www/nanoblogger/files/pkg-message.in
  1.4       +20 -20    ports/www/nanoblogger/pkg-descr
  1.2       +48 -8     ports/www/nanoblogger/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 6 Boris Samorodov freebsd_committer freebsd_triage 2007-01-16 10:48:03 UTC
State Changed
From-To: open->closed

Committed, thanks! 
Just a tiny pkg-plist change: move "@unexec if cmp -s %D/etc/nb.conf.sample..." 
at pkg-plist upwards (before %D/etc/nb.conf.sample).