mail/mls: update to 1.4b1

- chase to new home
This commit is contained in:
Robert Clausecker 2024-05-18 19:46:52 +02:00
parent 242fa5776d
commit 70a3ea5e48
4 changed files with 15 additions and 27 deletions

View file

@ -1,8 +1,7 @@
PORTNAME= mls PORTNAME= mls
PORTVERSION= 1.3 DISTVERSIONPREFIX= v
PORTREVISION= 3 DISTVERSION= 1.4b1
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= https://www.marki-online.net/MLS/
MAINTAINER= fuz@FreeBSD.org MAINTAINER= fuz@FreeBSD.org
COMMENT= Program for generating various statistics on emails COMMENT= Program for generating various statistics on emails
@ -12,6 +11,9 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.gz LICENSE_FILE= ${WRKSRC}/COPYING.gz
USES= tar:tgz USES= tar:tgz
USE_GITHUB= yes
GH_ACCOUNT= marki555
GH_PROJECT= MailListStat
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= mls ALL_TARGET= mls

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1676377151 TIMESTAMP = 1716053722
SHA256 (mls-1.3.tgz) = f2aabb6010dfe61751ec138a922e7f72a9d0b23f01c955079cb56a5c1673bfea SHA256 (marki555-MailListStat-v1.4b1_GH0.tar.gz) = 3ce849892a5bf2a22210234690e8ea71409f0c739ab4022bf3cb97cdcd9a98da
SIZE (mls-1.3.tgz) = 45481 SIZE (marki555-MailListStat-v1.4b1_GH0.tar.gz) = 47534

View file

@ -1,6 +1,6 @@
--- Makefile.orig 2003-06-10 20:26:51 UTC --- Makefile.orig 2023-10-04 18:23:40 UTC
+++ Makefile +++ Makefile
@@ -5,13 +5,13 @@ @@ -5,7 +5,7 @@
# -m386 (486,pentium,pentiumpro) # -m386 (486,pentium,pentiumpro)
#OPTIMIZE=-O7 -mpentiumpro #OPTIMIZE=-O7 -mpentiumpro
@ -9,15 +9,12 @@
# debug symbols will be stripped anyway during 'make install' # debug symbols will be stripped anyway during 'make install'
DEBUG=-g DEBUG=-g
@@ -24,12 +24,11 @@ mls: $(OBJS)
$(CC) -c -o $@ $< $(CFLAGS)
#### DON'T CHANGE ANYTHING BELOW #### mls: $(OBJS)
-DESTDIR=/usr/local - $(CC) -o $@ $^ $(CFLAGS)
+DESTDIR?=/usr/local + $(CC) -o $@ $(OBJS) $(CFLAGS)
CFLAGS=-Wall $(OPTIMIZE) $(DEBUG)
LIBS=-lm
CC=gcc
@@ -37,9 +37,8 @@ install: mls
$(CC) $(CFLAGS) -c mls_text.c -o mls_text.o
install: mls install: mls
- install -m 755 -g root -o root -s mls $(DESTDIR)/bin - install -m 755 -g root -o root -s mls $(DESTDIR)/bin

View file

@ -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);