ports/123175: Maintainer update: deskutils/notecase - Update to v1.8.8

Ganael Laplanche ganael.laplanche at martymac.com
Mon Apr 28 17:50:01 UTC 2008


>Number:         123175
>Category:       ports
>Synopsis:       Maintainer update: deskutils/notecase - Update to v1.8.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 17:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        7.0-STABLE
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 7.0-STABLE FreeBSD 7.0-STABLE #14: Sun Apr 20 14:11:03 CEST 2008     root at home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This patch updates notecase to v1.8.8 (a minor update).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN notecase.orig/Makefile notecase/Makefile
--- notecase.orig/Makefile	2008-03-31 14:36:42.000000000 +0200
+++ notecase/Makefile	2008-04-28 19:34:59.000000000 +0200
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	notecase
-PORTVERSION=	1.8.4
+PORTVERSION=	1.8.8
 CATEGORIES=	deskutils textproc
-MASTER_SITES=	SF
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	notecase
 DISTNAME=	${PORTNAME}-${PORTVERSION}_src
 
 MAINTAINER=	ganael.laplanche at martymac.com
diff -aurN notecase.orig/distinfo notecase/distinfo
--- notecase.orig/distinfo	2008-03-31 14:36:42.000000000 +0200
+++ notecase/distinfo	2008-04-28 09:42:02.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (notecase-1.8.4_src.tar.gz) = 434aad729ede68a87b7527593a34a40c
-SHA256 (notecase-1.8.4_src.tar.gz) = bb779a0c75b35264977587a1a9c3fbf7bb7151dcf1913dd06b31f9c36351f167
-SIZE (notecase-1.8.4_src.tar.gz) = 887484
+MD5 (notecase-1.8.8_src.tar.gz) = e830e9b654ec671edf90666828437f83
+SHA256 (notecase-1.8.8_src.tar.gz) = 84c43f0f0df5fff4a0353f5fbb747c8682eb2c963d0edf32d207efb372f89034
+SIZE (notecase-1.8.8_src.tar.gz) = 891728
diff -aurN notecase.orig/files/patch-Makefile notecase/files/patch-Makefile
--- notecase.orig/files/patch-Makefile	2008-03-31 14:36:42.000000000 +0200
+++ notecase/files/patch-Makefile	2008-04-28 16:07:57.000000000 +0200
@@ -1,5 +1,5 @@
---- Makefile.orig	2008-03-25 07:15:46.000000000 +0100
-+++ Makefile	2008-03-29 09:39:23.279570569 +0100
+--- Makefile.orig	2008-04-28 15:58:53.000000000 +0200
++++ Makefile	2008-04-28 16:06:53.000000000 +0200
 @@ -13,6 +13,7 @@
  prefix=/usr
  bindir=$(prefix)/bin
@@ -14,7 +14,7 @@
  endif 
 +ifdef FREEBSD_BUILD
 + INSTALL=install
-+endif 
++endif
  
  #define proper sed (use gnused for Darwin?)
  SED=sed -i
@@ -45,7 +45,7 @@
  			mkdir -p $(DESTDIR)$(datadir)/locale/$$loc/LC_MESSAGES/; \
  		fi; \
  		$(INSTALL) -m 644 po/messages.mo "$(DESTDIR)$(datadir)/locale/$$loc/LC_MESSAGES/notecase.mo"; \
-@@ -537,12 +544,17 @@
+@@ -537,7 +544,12 @@
  pouninstall:
  	@rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo
  	@echo done uninstalling translations
@@ -59,26 +59,20 @@
  #
  # install application
  #
- install: notecase$(EXE) poinstall
--	$(Q)if [ "$(OSX_BUILD)" = "1" ]; then \
-+	$(Q)if [ "$(OSX_BUILD)" = "1" ] || [ "$(FREEBSD_BUILD)" = "1" ]; then \
- 		mkdir -p $(DESTDIR)$(bindir); \
- 		mkdir -p $(DESTDIR)$(datadir)/doc/notecase/; \
- 		mkdir -p $(DESTDIR)$(datadir)/applications/; \
-@@ -550,7 +562,6 @@
- 		mkdir -p $(DESTDIR)$(datadir)/pixmaps/; \
- 	fi;
+@@ -548,7 +560,6 @@
+ 	install -d -m 755 $(DESTDIR)$(datadir)/mime/packages/
+ 	install -d -m 755 $(DESTDIR)$(datadir)/pixmaps/
  	$(INSTALL) -m 755 $(BIN)/notecase$(EXE) "$(DESTDIR)$(bindir)/notecase$(EXE)"
 -	$(INSTALL) -m 644 docs/help.ncd "$(DESTDIR)$(datadir)/doc/notecase/help.ncd"
  	$(INSTALL) -m 644 docs/notecase.xml "$(DESTDIR)$(datadir)/mime/packages/notecase.xml"
  	$(Q)if [ -n "$(NOKIA_MAEMO_BUILD)" ]; then \
  		$(INSTALL) -m 644 docs/notecase.desktop "$(DESTDIR)$(datadir)/applications/hildon/notecase.desktop"; \
-@@ -742,7 +753,7 @@
+@@ -740,7 +751,7 @@
  #
  # Note: first "make" command forces generating correct help file path in "config.h"
  #
 -DEBSIZE:=$(shell du -ks ./notecase/ | cut -f 1)
 +#DEBSIZE:=$(shell du -ks ./notecase/ | cut -f 1)
  
- deb: clean
+ deb:
  	$(Q)mkdir ./notecase


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list