diff options
author | mat <mat@FreeBSD.org> | 2015-05-23 04:34:27 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-23 04:34:27 +0800 |
commit | 134f4ddc0efa77d4a1c271a146e0f533abb6409e (patch) | |
tree | 106498262ba76464c07d9dc31c41b2c1e5f59144 /mail/qmail | |
parent | d2352e7e8c3d827c5f4ecbe0928697b721da5bc2 (diff) | |
download | freebsd-ports-gnome-134f4ddc0efa77d4a1c271a146e0f533abb6409e.tar.gz freebsd-ports-gnome-134f4ddc0efa77d4a1c271a146e0f533abb6409e.tar.zst freebsd-ports-gnome-134f4ddc0efa77d4a1c271a146e0f533abb6409e.zip |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/files/patch-Makefile | 2 | ||||
-rw-r--r-- | mail/qmail/files/patch-auto_uids-c-dist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/mail/qmail/files/patch-Makefile b/mail/qmail/files/patch-Makefile index bfdf0117b7f5..48282e28c137 100644 --- a/mail/qmail/files/patch-Makefile +++ b/mail/qmail/files/patch-Makefile @@ -1,5 +1,3 @@ -$FreeBSD$ - This turns off the auto-finding of UIDs -- we shouldn't have the users until pre-install! diff --git a/mail/qmail/files/patch-auto_uids-c-dist b/mail/qmail/files/patch-auto_uids-c-dist index c9729aa46d71..5f7242ec6a88 100644 --- a/mail/qmail/files/patch-auto_uids-c-dist +++ b/mail/qmail/files/patch-auto_uids-c-dist @@ -1,9 +1,8 @@ --- /dev/null 1970-01-01 01:00:00.000000000 +0100 +++ auto_uids.c.dist 2011-06-05 10:29:16.425936277 +0100 -@@ -0,0 +1,13 @@ +@@ -0,0 +1,12 @@ +/* These values are hard-coded here, which looks bad until you * + * realise that they're hard-coded in ${PORTSDIR}/?IDs anyway. */ -+/* $FreeBSD$ */ +int auto_uida = 81; +int auto_uidd = 82; +int auto_uidl = 83; |