Skip to content

Commit

Permalink
mail/mls: update to 1.4b1
Browse files Browse the repository at this point in the history
 - chase to new home
  • Loading branch information
clausecker committed May 23, 2024
1 parent 242fa57 commit 70a3ea5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 27 deletions.
8 changes: 5 additions & 3 deletions mail/mls/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions mail/mls/distinfo
Original file line number Diff line number Diff line change
@@ -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
17 changes: 7 additions & 10 deletions mail/mls/files/patch-Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
11 changes: 0 additions & 11 deletions mail/mls/files/patch-mls_text.h

This file was deleted.

0 comments on commit 70a3ea5

Please sign in to comment.