1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Update to 1.9.3

PR:		124987
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
This commit is contained in:
Pietro Cerutti 2008-06-29 21:56:01 +00:00
parent cb911ba783
commit 70b7e1c05c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215988
3 changed files with 8 additions and 18 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= notecase
PORTVERSION= 1.9.1
PORTREVISION= 1
PORTVERSION= 1.9.3
CATEGORIES= deskutils textproc
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}_src

View File

@ -1,3 +1,3 @@
MD5 (notecase-1.9.1_src.tar.gz) = d6c900735ee7a03cd7f847ec1abe3378
SHA256 (notecase-1.9.1_src.tar.gz) = 6e963423027eca4be4293d6aec6f4c5f9d524bd98819fe7719113b0877ef3699
SIZE (notecase-1.9.1_src.tar.gz) = 898125
MD5 (notecase-1.9.3_src.tar.gz) = 5205d8e3bef7b7fa5462e39243bce421
SHA256 (notecase-1.9.3_src.tar.gz) = ff3806df92698beecc1ec3bb558b3c2ec9e65c027b61549a353c191caaf2c69b
SIZE (notecase-1.9.3_src.tar.gz) = 900996

View File

@ -1,5 +1,5 @@
--- Makefile.orig 2008-05-21 12:28:06.000000000 +0200
+++ Makefile 2008-05-27 12:30:12.154607211 +0200
--- Makefile.orig 2008-06-25 10:51:41.579443700 +0200
+++ Makefile 2008-06-25 10:55:39.374709579 +0200
@@ -13,6 +13,7 @@
prefix=/usr
bindir=$(prefix)/bin
@ -8,16 +8,7 @@
# define top of RPM build area
topdir=/usr/src/redhat
@@ -177,7 +178,7 @@
ifdef WINDIR
LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) -L$(OBJ) -lz
else
- LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) -ldl
+ LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS)
endif
ifndef OSX_BUILD
@@ -544,18 +545,21 @@
@@ -557,18 +558,21 @@
pouninstall:
@rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo
@echo done uninstalling translations
@ -42,7 +33,7 @@
$(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"; \
@@ -747,7 +751,7 @@
@@ -760,7 +764,7 @@
#
# Note: first "make" command forces generating correct help file path in "config.h"
#