ports/136694: [maintainer update] security/yapet: port update to 0.4

Rafael Ostertag rafi at guengel.ch
Sun Jul 12 16:20:01 UTC 2009


>Number:         136694
>Category:       ports
>Synopsis:       [maintainer update] security/yapet: port update to 0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 12 16:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Rafael Ostertag
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
n/a
>Environment:
System: FreeBSD beastie.kruemel.home 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Wed May 6 18:24:52 CEST 2009 root at beastie.kruemel.home:/usr/obj/usr/src/sys/BEASTIE i386


>Description:
Port update to version 0.4.

Updated Files
-------------
Makefile
distinfo
pkg-plist

New Files
---------
(none)

Deleted Files
-------------
(none)

>How-To-Repeat:
n/a

>Fix:

--- yapet-0.4.diff begins here ---
diff -ruN yapet.bak/Makefile yapet/Makefile
--- yapet.bak/Makefile	2009-07-12 16:30:56.000000000 +0200
+++ yapet/Makefile	2009-07-12 17:27:58.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	yapet
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	security
 MASTER_SITES=	http://www.guengel.ch/myapps/yapet/downloads/ http://homepage.hispeed.ch/rostertag/yapet/
 
@@ -19,12 +19,24 @@
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 
-OPTIONS=		TTITLE "Enable Terminal Title" ON
+OPTIONS=	TTITLE "Enable Terminal Title" ON \
+		CSV2YAPET "Build csv2yapet" ON
 
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_TTITLE)
 CONFIGURE_ARGS+=	--enable-terminal-title
+.else
+CONFIGURE_ARGS+=	--disable-terminal-title
+.endif
+
+.if defined(WITH_CSV2YAPET)
+CONFIGURE_ARGS+=	--enable-csv2yapet
+MAN1+=			csv2yapet.1
+PLIST_SUB+=		CSV2YAPET=""
+.else
+CONFIGURE_ARGS+=	--disable-csv2yapet
+PLIST_SUB+=		CSV2YAPET="@comment "
 .endif
 
 .if !defined(WITHOUT_NLS)
diff -ruN yapet.bak/distinfo yapet/distinfo
--- yapet.bak/distinfo	2009-07-12 16:30:56.000000000 +0200
+++ yapet/distinfo	2009-07-12 16:59:51.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (yapet-0.3.tar.gz) = 4aeef814ea613178b0b5075ef2f44c17
-SHA256 (yapet-0.3.tar.gz) = 60b54f179783315351bce26d92a34974889d92dbfa2a936bdb1b9e74cabd8580
-SIZE (yapet-0.3.tar.gz) = 859076
+MD5 (yapet-0.4.tar.gz) = 9efad0e6b5337b0171d77ee2bf9cecc9
+SHA256 (yapet-0.4.tar.gz) = ae758cd0778e6f55e0dca63f22ce8bca3a77860646324d43ff09539d667d3ae2
+SIZE (yapet-0.4.tar.gz) = 535666
diff -ruN yapet.bak/pkg-plist yapet/pkg-plist
--- yapet.bak/pkg-plist	2009-07-12 16:30:56.000000000 +0200
+++ yapet/pkg-plist	2009-07-12 17:23:09.000000000 +0200
@@ -1,12 +1,15 @@
 bin/yapet
+%%CSV2YAPET%%bin/csv2yapet
 share/applications/yapet.desktop
 %%DOCSDIR%%/AUTHORS
 %%DOCSDIR%%/COPYING
 %%DOCSDIR%%/DESIGN
 %%DOCSDIR%%/README
+%%DOCSDIR%%/LICENSE
 %%DOCSDIR%%/html/DESIGN.html
 %%DOCSDIR%%/html/README.html
 %%DOCSDIR%%/html/yapet.html
+%%CSV2YAPET%%%%DOCSDIR%%/html/csv2yapet.html
 %%NLS%%share/locale/de_AT/LC_MESSAGES/yapet.mo
 %%NLS%%share/locale/de_CH/LC_MESSAGES/yapet.mo
 %%NLS%%share/locale/de_DE/LC_MESSAGES/yapet.mo
@@ -14,6 +17,8 @@
 @dirrmtry share/locale/de_DE
 @dirrmtry share/locale/de_CH/LC_MESSAGES
 @dirrmtry share/locale/de_CH
+ at dirrmtry share/locale/de_AT/LC_MESSAGES
+ at dirrmtry share/locale/de_AT
 @dirrm %%DOCSDIR%%/html
 @dirrm %%DOCSDIR%%
 @dirrmtry share/applications
--- yapet-0.4.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list