Date: Mon, 13 Apr 2009 22:16:26 +0200 (CEST) From: Rafael Ostertag <rafi@guengel.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/133713: [maintainer update] security/yapet: port update to 0.3 Message-ID: <200904132016.n3DKGQjh038130@beastie.kruemel.home> Resent-Message-ID: <200904132050.n3DKo19u076608@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133713 >Category: ports >Synopsis: [maintainer update] security/yapet: port update to 0.3 >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 13 20:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Rafael Ostertag >Release: FreeBSD 7.1-RELEASE-p2 i386 >Organization: n/a >Environment: System: FreeBSD beastie.kruemel.home 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #1: Thu Jan 22 23:41:37 CET 2009 root@beastie.kruemel.home:/usr/obj/usr/src/sys/BEASTIE i386 >Description: Port update to 0.3 Affected Files -------------- Makefile distinfo pkg-plist New Files --------- (none) Deleted Files ------------- (none) >How-To-Repeat: n/a >Fix: --- yapet-0.3.diff begins here --- diff -ruN yapet.bak/Makefile yapet/Makefile --- yapet.bak/Makefile 2009-04-13 21:44:27.000000000 +0200 +++ yapet/Makefile 2009-04-13 21:35:02.000000000 +0200 @@ -5,24 +5,39 @@ # $FreeBSD: ports/security/yapet/Makefile,v 1.3 2008/08/15 00:22:12 edwin Exp $ # -PORTNAME= yapet -PORTVERSION= 0.2 -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= http://www.guengel.ch/myapps/yapet/downloads/ +PORTNAME= yapet +PORTVERSION= 0.3 +CATEGORIES= security +MASTER_SITES= http://www.guengel.ch/myapps/yapet/downloads/ http://homepage.hispeed.ch/rostertag/yapet/ + +MAINTAINER= rafi@guengel.ch +COMMENT= A curses based password manager + +MAN1= yapet.1 +MANCOMPRESSED= no + +USE_OPENSSL= yes + +GNU_CONFIGURE= yes + +OPTIONS= TTITLE "Enable Terminal Title" ON + +.include <bsd.port.pre.mk> + +.if defined(WITH_TTITLE) +CONFIGURE_ARGS+= --enable-terminal-title +.endif + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PLIST_SUB+= NLS="" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif -PATCH_SITES= http://www.guengel.ch/myapps/yapet/downloads/patches/ -PATCHFILES= yapet_gcc43-0.2.diff yapet_crs_bs-0.2.diff -PATCH_DIST_STRIP=-p1 - -MAINTAINER= rafi@guengel.ch -COMMENT= A curses based password manager - -MAN1= yapet.1 -MANCOMPRESSED= no - -GNU_CONFIGURE= yes - -USE_OPENSSL= yes - -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -ruN yapet.bak/distinfo yapet/distinfo --- yapet.bak/distinfo 2009-04-13 21:44:27.000000000 +0200 +++ yapet/distinfo 2009-04-13 21:46:45.000000000 +0200 @@ -1,9 +1,3 @@ -MD5 (yapet-0.2.tar.gz) = b8a55734cb22fe580316545c69dc824e -SHA256 (yapet-0.2.tar.gz) = 3aa385d56609d51a1071622dabee1a03e24f9c1a1a951f884abf1afebd0bc2f0 -SIZE (yapet-0.2.tar.gz) = 486638 -MD5 (yapet_gcc43-0.2.diff) = d066a085819b8a8d8fa274965c43a705 -SHA256 (yapet_gcc43-0.2.diff) = 8a7754197dca855f593a25f798a14689837521dbfe734835c88775f7e7036e9e -SIZE (yapet_gcc43-0.2.diff) = 2223 -MD5 (yapet_crs_bs-0.2.diff) = 386e1785b081fca0567b23c2bf4e73f6 -SHA256 (yapet_crs_bs-0.2.diff) = d29994bfe53af057b44a62d7e3dac1b052d5445685b3ee591c7901fb1e751fde -SIZE (yapet_crs_bs-0.2.diff) = 2235 +MD5 (yapet-0.3.tar.gz) = 4aeef814ea613178b0b5075ef2f44c17 +SHA256 (yapet-0.3.tar.gz) = 60b54f179783315351bce26d92a34974889d92dbfa2a936bdb1b9e74cabd8580 +SIZE (yapet-0.3.tar.gz) = 859076 diff -ruN yapet.bak/pkg-plist yapet/pkg-plist --- yapet.bak/pkg-plist 2009-04-13 21:44:27.000000000 +0200 +++ yapet/pkg-plist 2009-04-13 21:24:04.000000000 +0200 @@ -1,5 +1,8 @@ bin/yapet share/applications/yapet.desktop +%%NLS%%share/locale/de_CH/LC_MESSAGES/yapet.mo +%%NLS%%share/locale/de_DE/LC_MESSAGES/yapet.mo +%%NLS%%share/locale/de_AT/LC_MESSAGES/yapet.mo %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/COPYING %%DOCSDIR%%/DESIGN @@ -10,3 +13,9 @@ @dirrm %%DOCSDIR%%/html @dirrm %%DOCSDIR%% @dirrmtry share/applications +@dirrmtry share/locale/de_CH/LC_MESSAGES +@dirrmtry share/locale/de_DE/LC_MESSAGES +@dirrmtry share/locale/de_AT/LC_MESSAGES +@dirrmtry share/locale/de_CH +@dirrmtry share/locale/de_DE +@dirrmtry share/locale/de_AT --- yapet-0.3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904132016.n3DKGQjh038130>