Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2008 09:30:45 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122227: Maintainer update: deskutils/notecase - v1.8.1 to v1.8.4
Message-ID:  <200803290930.m2T9Uja0009995@www.freebsd.org>
Resent-Message-ID: <200803290940.m2T9e6FW026580@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122227
>Category:       ports
>Synopsis:       Maintainer update: deskutils/notecase - v1.8.1 to v1.8.4
>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:   Sat Mar 29 09:40:00 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 #11: Tue Mar 25 14:32:03 CET 2008     root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This patch updates desktutils/notecase from v1.8.1 to v1.8.4.

- removed a Debian-related du in Makefile
- added 2 files in pkg-plist and removed
  -  @dirrmtry share/mime/packages
  -  @dirrmtry share/mime
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aur notecase.orig/Makefile notecase/Makefile
--- notecase.orig/Makefile	2008-03-29 09:16:15.941169739 +0100
+++ notecase/Makefile	2008-03-29 09:19:13.873707812 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	notecase
-PORTVERSION=	1.8.1
+PORTVERSION=	1.8.4
 CATEGORIES=	deskutils textproc
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION}_src
diff -aur notecase.orig/distinfo notecase/distinfo
--- notecase.orig/distinfo	2008-03-29 09:16:15.941169739 +0100
+++ notecase/distinfo	2008-03-29 09:19:36.054650642 +0100
@@ -1,3 +1,3 @@
-MD5 (notecase-1.8.1_src.tar.gz) = 303f56e1929d069f805ef87abbff363e
-SHA256 (notecase-1.8.1_src.tar.gz) = 94f434f6e8c68136978fde763d375dd33e60676cc9d5737192b867318069c2f7
-SIZE (notecase-1.8.1_src.tar.gz) = 883359
+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
diff -aur notecase.orig/files/patch-Makefile notecase/files/patch-Makefile
--- notecase.orig/files/patch-Makefile	2008-03-29 09:16:15.940169332 +0100
+++ notecase/files/patch-Makefile	2008-03-29 09:39:33.483544258 +0100
@@ -1,5 +1,5 @@
---- Makefile.orig	2008-02-27 10:24:44.000000000 +0100
-+++ Makefile	2008-03-20 17:06:20.445074259 +0100
+--- Makefile.orig	2008-03-25 07:15:46.000000000 +0100
++++ Makefile	2008-03-29 09:39:23.279570569 +0100
 @@ -13,6 +13,7 @@
  prefix=/usr
  bindir=$(prefix)/bin
@@ -8,7 +8,7 @@
  
  # define top of RPM build area
  topdir=/usr/src/redhat
-@@ -129,12 +130,18 @@
+@@ -134,12 +135,18 @@
  ifdef OSX_BUILD
   INSTALL=install -c
  endif 
@@ -27,7 +27,7 @@
  
  MD5SUM=md5sum
  ifneq ($(OSX_BUILD),)
-@@ -164,7 +171,7 @@
+@@ -170,7 +177,7 @@
  ifdef WINDIR
   LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) -L$(OBJ) -lz 
  else
@@ -36,7 +36,7 @@
  endif
  
  ifndef OSX_BUILD 
-@@ -520,7 +527,7 @@
+@@ -526,7 +533,7 @@
  		rm -f po/messages.mo; \
  		msgfmt $$i -o po/messages.mo; \
  		echo "Installing: $(DESTDIR)$(datadir)/locale/$$loc/LC_MESSAGES/notecase.mo";\
@@ -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"; \
-@@ -531,12 +538,17 @@
+@@ -537,12 +544,17 @@
  pouninstall:
  	@rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo
  	@echo done uninstalling translations
@@ -65,7 +65,7 @@
  		mkdir -p $(DESTDIR)$(bindir); \
  		mkdir -p $(DESTDIR)$(datadir)/doc/notecase/; \
  		mkdir -p $(DESTDIR)$(datadir)/applications/; \
-@@ -544,7 +556,6 @@
+@@ -550,7 +562,6 @@
  		mkdir -p $(DESTDIR)$(datadir)/pixmaps/; \
  	fi;
  	$(INSTALL) -m 755 $(BIN)/notecase$(EXE) "$(DESTDIR)$(bindir)/notecase$(EXE)"
@@ -73,3 +73,12 @@
  	$(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 @@
+ #
+ # 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
+ 	$(Q)mkdir ./notecase
diff -aur notecase.orig/pkg-plist notecase/pkg-plist
--- notecase.orig/pkg-plist	2008-03-29 09:16:15.958169385 +0100
+++ notecase/pkg-plist	2008-03-29 10:10:36.943710005 +0100
@@ -33,10 +33,10 @@
 share/locale/tr/LC_MESSAGES/notecase.mo
 share/locale/zh_CN/LC_MESSAGES/notecase.mo
 share/locale/zh_TW/LC_MESSAGES/notecase.mo
+share/mime/application/notecase-enc.xml
+share/mime/application/notecase-plain.xml
 share/mime/packages/notecase.xml
 share/pixmaps/notecase.xpm
-@dirrmtry share/mime/packages
-@dirrmtry share/mime
 @dirrmtry share/locale/fr_CA/LC_MESSAGES
 @dirrmtry share/locale/fr_CA
 @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803290930.m2T9Uja0009995>