Bug 115158 - [MAINTAINER] audio/amarok-fs: fix more PORTNAME change problems
Summary: [MAINTAINER] audio/amarok-fs: fix more PORTNAME change problems
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: 2007-08-02 22:30 UTC by Jason E. Hale
Modified: 2007-08-03 10:50 UTC (History)
1 user (show)

See Also:


Attachments
2007-08-02-amarok-fs.diff (583 bytes, patch)
2007-08-02 22:30 UTC, Jason E. Hale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale 2007-08-02 22:30:07 UTC
- redefine DATADIR and DOCSDIR so they use the */amarokFS directories
- bump PORTREVISION since port could have installed in incorrect directories

How-To-Repeat: - apply attached diff
Comment 1 Jason E. Hale 2007-08-02 22:35:48 UTC
Oops. Fix whitespace in diff.

--- 2007-08-02-amarok-fs-b.diff begins here ---
diff -ruN amarok-fs.orig/Makefile amarok-fs/Makefile
--- amarok-fs.orig/Makefile	Wed Jul 18 19:08:09 2007
+++ amarok-fs/Makefile	Thu Aug  2 17:30:29 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	amarok-fs
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	audio kde
 MASTER_SITES=	http://www.kde-apps.org/CONTENT/content-files/ \
 		${MASTER_SITE_GENTOO}
@@ -29,6 +30,9 @@
 PORTDOCS=	README theme-howto.txt
 
 MAKE_ENV+=	QTDIR="${QT_PREFIX}" QMAKESPEC="freebsd-g++"
+
+DOCSDIR=	${PREFIX}/share/doc/amarokFS
+DATATDIR=	${PREFIX}/share/amarokFS
 
 QMAKE=		${LOCALBASE}/bin/qmake -unix -o
--- 2007-08-02-amarok-fs-b.diff ends here ---
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-08-03 10:38:49 UTC
State Changed
From-To: open->closed

Committed a variation on your patch, thank you!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-08-03 10:40:58 UTC
pav         2007-08-03 09:40:53 UTC

  FreeBSD ports repository

  Modified files:
    audio/amarok-fs      Makefile pkg-plist 
  Log:
  - Fix plist problems caused by untested PORTNAME change
  
  PR:             ports/115158
  Submitted by:   Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.5       +3 -0      ports/audio/amarok-fs/Makefile
  1.2       +16 -16    ports/audio/amarok-fs/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"