Bug 151004 - [PATCH] audio/ncmpc: update to 0.18
Summary: [PATCH] audio/ncmpc: update to 0.18
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-27 18:00 UTC by Renato Botelho
Modified: 2010-09-28 12:24 UTC (History)
1 user (show)

See Also:


Attachments
ncmpc-0.18.patch (1.06 KB, patch)
2010-09-27 18:00 UTC, Renato Botelho
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Renato Botelho freebsd_committer freebsd_triage 2010-09-27 18:00:11 UTC
- Update to 0.18

Port maintainer (hrkfdn@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-27 18:00:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-27 18:00:28 UTC
Maintainer of audio/ncmpc,

Please note that PR ports/151004 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151004

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-27 18:00:30 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Henrik Friedrichsen 2010-09-28 01:29:38 UTC
thanks a lot for the PR and patch. as of 0.18, ncmpc now features an italian translation.
respectively the diff which includes that translation into the build process. please use this to update the 
port.

--- ncmpc.diff begins here ---

diff -Naur ./Makefile ../ncmpc/Makefile
--- ./Makefile	2010-09-28 02:22:50.000000000 +0200
+++ ../ncmpc/Makefile	2010-09-28 02:24:35.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ncmpc
-PORTVERSION=	0.17
+PORTVERSION=	0.18
 CATEGORIES=	audio
 MASTER_SITES=	SF/musicpd/${PORTNAME}/${PORTVERSION}
 
@@ -36,7 +36,7 @@
 CONFIGURE_ARGS+=--disable-nls
 .else
 USE_GETTEXT=	yes
-LANGUAGES=cs da de eo es fi fr gl he hu ko nb nl pt_BR ru sk sv uk zh_CN
+LANGUAGES=cs da de eo es fi fr gl he hu it ko nb nl pt_BR ru sk sv uk zh_CN
 .for language in ${LANGUAGES}
 PLIST_FILES+=share/locale/${language}/LC_MESSAGES/ncmpc.mo
 .endfor
diff -Naur ./distinfo ../ncmpc/distinfo
--- ./distinfo	2010-09-28 02:22:50.000000000 +0200
+++ ../ncmpc/distinfo	2010-09-28 02:23:06.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (ncmpc-0.17.tar.gz) = 8aba19675a2fa73ee181c49e0d011882
-SHA256 (ncmpc-0.17.tar.gz) = 722c52fd828595afac27826036701a6f1df3b43108092f4468362751dcf423c1
-SIZE (ncmpc-0.17.tar.gz) = 336303
+MD5 (ncmpc-0.18.tar.gz) = 99f11ca71be332e02b1787d2c4d94011
+SHA256 (ncmpc-0.18.tar.gz) = 35a1cdcf1bc47f0261024d60057db589afdd4b0ec4f34449f47e3bf5a958e9ac
+SIZE (ncmpc-0.18.tar.gz) = 345000
--- ncmpc.diff ends here ---
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-09-28 12:00:17 UTC
garga       2010-09-28 11:00:06 UTC

  FreeBSD ports repository

  Modified files:
    audio/ncmpc          Makefile distinfo 
  Log:
  - Update to 0.18
  
  PR:             ports/151004
  Submitted by:   garga@
  Approved by:    Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.21      +2 -2      ports/audio/ncmpc/Makefile
  1.12      +3 -3      ports/audio/ncmpc/distinfo
_______________________________________________
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 Renato Botelho freebsd_committer freebsd_triage 2010-09-28 12:24:38 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!