- Update to 0.4.5
- Use PLIST_FILES - Use REINPLACE_CMD to achieve files/patch-xo:Makefile.in - Rename files/patch-xo::stats.h to files/patch-xo-stats.h (portlint) PR: ports/100099 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: maintainer
This commit is contained in:
parent
e99a1bbca6
commit
af8599e5d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168274
5 changed files with 10 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= buici-clock
|
||||
PORTVERSION= 0.4.1
|
||||
PORTVERSION= 0.4.5
|
||||
CATEGORIES= x11-clocks
|
||||
MASTER_SITES= ftp://ftp.buici.com/pub/buici-clock/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
@ -22,5 +22,9 @@ USE_GMAKE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= buici-clock.1
|
||||
PLIST_FILES= bin/buici-clock
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,_=,+=,' ${WRKSRC}/xo/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (buici-clock_0.4.1.tar.gz) = 00f8dc792c1b0a2071bbf0332a41f96c
|
||||
SHA256 (buici-clock_0.4.1.tar.gz) = 363d7351ef3fdf3d9bb9c76cb03319e9b43c6d52a21a4fb8da5270a4d00ed25b
|
||||
SIZE (buici-clock_0.4.1.tar.gz) = 121692
|
||||
MD5 (buici-clock_0.4.5.tar.gz) = 0e76fd1b06a9c6ebb6eaad5ee6ef5d5b
|
||||
SHA256 (buici-clock_0.4.5.tar.gz) = eb19c3f5c253bcc68dc03021aa8e871362d10b8946fd9cf67e125cfc42f982f9
|
||||
SIZE (buici-clock_0.4.5.tar.gz) = 154495
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- xo/stats.h.orig Thu Dec 9 10:02:22 2004
|
||||
+++ xo/stats.h Thu Dec 9 10:03:35 2004
|
||||
--- xo/stats.h.orig Wed Jul 12 02:06:02 2006
|
||||
+++ xo/stats.h Wed Jul 12 02:06:18 2006
|
||||
@@ -39,6 +39,8 @@
|
||||
/* ----- Includes */
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- xo/Makefile.in.orig Mon Nov 22 11:33:56 2004
|
||||
+++ xo/Makefile.in Mon Nov 22 11:34:08 2004
|
||||
@@ -54,7 +54,7 @@
|
||||
#CFLAGS=-${CFLAGS} -O
|
||||
#CFLAGS=-${CFLAGS} -O2
|
||||
#CFLAGS=-${CFLAGS} -fomit-frame-pointer
|
||||
-CFLAGS_=-g @CFLAGS_W@@X_CFLAGS@
|
||||
+CFLAGS+=-g @CFLAGS_W@@X_CFLAGS@
|
||||
LFLAGS=-g @LDFLAGS@@X_LIBS@@X_PRE_LIBS@@LIBS@ -lX11 -lXext@X_EXTRA_LIBS@
|
||||
DEPEND=depend.m
|
||||
FLEX=@LEX@
|
|
@ -1 +0,0 @@
|
|||
bin/buici-clock
|
Loading…
Reference in a new issue