mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/mls: update to 1.4b1
- chase to new home
This commit is contained in:
parent
242fa5776d
commit
70a3ea5e48
4 changed files with 15 additions and 27 deletions
|
@ -1,8 +1,7 @@
|
|||
PORTNAME= mls
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.4b1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://www.marki-online.net/MLS/
|
||||
|
||||
MAINTAINER= fuz@FreeBSD.org
|
||||
COMMENT= Program for generating various statistics on emails
|
||||
|
@ -12,6 +11,9 @@ LICENSE= GPLv2
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING.gz
|
||||
|
||||
USES= tar:tgz
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= marki555
|
||||
GH_PROJECT= MailListStat
|
||||
|
||||
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
ALL_TARGET= mls
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1676377151
|
||||
SHA256 (mls-1.3.tgz) = f2aabb6010dfe61751ec138a922e7f72a9d0b23f01c955079cb56a5c1673bfea
|
||||
SIZE (mls-1.3.tgz) = 45481
|
||||
TIMESTAMP = 1716053722
|
||||
SHA256 (marki555-MailListStat-v1.4b1_GH0.tar.gz) = 3ce849892a5bf2a22210234690e8ea71409f0c739ab4022bf3cb97cdcd9a98da
|
||||
SIZE (marki555-MailListStat-v1.4b1_GH0.tar.gz) = 47534
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- Makefile.orig 2003-06-10 20:26:51 UTC
|
||||
--- Makefile.orig 2023-10-04 18:23:40 UTC
|
||||
+++ Makefile
|
||||
@@ -5,13 +5,13 @@
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
# -m386 (486,pentium,pentiumpro)
|
||||
#OPTIMIZE=-O7 -mpentiumpro
|
||||
|
@ -9,15 +9,12 @@
|
|||
|
||||
# debug symbols will be stripped anyway during 'make install'
|
||||
DEBUG=-g
|
||||
@@ -24,12 +24,11 @@ mls: $(OBJS)
|
||||
$(CC) -c -o $@ $< $(CFLAGS)
|
||||
|
||||
#### DON'T CHANGE ANYTHING BELOW ####
|
||||
-DESTDIR=/usr/local
|
||||
+DESTDIR?=/usr/local
|
||||
CFLAGS=-Wall $(OPTIMIZE) $(DEBUG)
|
||||
LIBS=-lm
|
||||
CC=gcc
|
||||
@@ -37,9 +37,8 @@ install: mls
|
||||
$(CC) $(CFLAGS) -c mls_text.c -o mls_text.o
|
||||
mls: $(OBJS)
|
||||
- $(CC) -o $@ $^ $(CFLAGS)
|
||||
+ $(CC) -o $@ $(OBJS) $(CFLAGS)
|
||||
|
||||
install: mls
|
||||
- install -m 755 -g root -o root -s mls $(DESTDIR)/bin
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- mls_text.h.orig 2003-02-15 10:16:07 UTC
|
||||
+++ mls_text.h
|
||||
@@ -30,7 +30,7 @@ void PrintTop(nTptr, int);
|
||||
void PrintTopQ(nTptr, int);
|
||||
void PrintTopHtml(nTptr, int);
|
||||
void PrintGraph(long[], int, int);
|
||||
-void PrintGraphHtml(long[], long[][], int, char *);
|
||||
+void PrintGraphHtml(long[], long[][SNUMB_LEN], int, char *);
|
||||
|
||||
void PrintStatText(int, char *);
|
||||
void PrintStatHtml(int, char *, short);
|
Loading…
Add table
Reference in a new issue